#A02B6B

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

Shades of Lipstick #A02B6B

Tints of Lipstick #A02B6B

Color information

#A02B6B (or 0xA02B6B) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 6B. RGB value is (160,43,107). Sum of RGB (Red+Green+Blue) = 160+43+107=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B6B is #5FD494. Grayscale: #555555. Windows color (decimal): -6280341 or 7023520. OLE color: 7023520.

HSL color Cylindrical-coordinate representation of color #A02B6B: hue angle of 327.18º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B6B is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16043107-
CMYK00.730.330.37
HSL327.18º57.64%39.8%-
HSV(B)327.18º73.12%62.75%-
XYZ18.0110.2614.94-
YUV85.28140.26181.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=51.61%
G=13.87%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604310700.730.330.37327.1857.6439.8
HexA02B6B04921251473a28
Octal24053153011141455077250
Binary10100000101011110101101001001100001100101101000111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B6B; }

 p { color: rgb(160,43,107); }

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

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

 a { background-color: rgb(160,43,107); }

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

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

 span { border-color: rgb(160,43,107); }

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