#A12058

Color #A12058 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A12058

Tints of Lipstick #A12058

Color information

#A12058 (or 0xA12058) is unknown color: approx Lipstick. HEX triplet: A1, 20 and 58. RGB value is (161,32,88). Sum of RGB (Red+Green+Blue) = 161+32+88=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A12058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12058 is #5EDFA7. Grayscale: #4C4C4C. Windows color (decimal): -6217640 or 5775521. OLE color: 5775521.

HSL color Cylindrical-coordinate representation of color #A12058: hue angle of 333.95º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12058 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1613288-
CMYK00.800.450.37
HSL333.95º66.84%37.84%-
HSV(B)333.95º80.12%63.14%-
XYZ16.989.3110.14-
YUV76.96134.24187.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=57.30%
G=11.39%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161328800.800.450.37333.9566.8437.84
HexA120580502D2514e4326
Octal241401300120554551610346
Binary101000011000001011000010100001011011001011010011101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12058; }

 p { color: rgb(161,32,88); }

 H1.HeaderClassName
 {
   color: #A12058;
 }
 .AnyTagClassName
 {
   color: #A12058;
 }
</style>
background-color css

<style>
 a { background-color: #A12058; }

 a { background-color: rgb(161,32,88); }

 div.DivClassName
 {
   background-color: #A12058;
 }
 .BgClassName
 {
   background-color: #A12058;
 }
</style>
border-color css

<style>
 span { border-color: #A12058; }

 span { border-color: rgb(161,32,88); }

 td.TdClassName
 {
   border-color: #A12058;
 }
 .TagClassName
 {
   border-color: #A12058;
 }
</style>