#A02B6C

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

Shades of Lipstick #A02B6C

Tints of Lipstick #A02B6C

Color information

#A02B6C (or 0xA02B6C) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 6C. RGB value is (160,43,108). Sum of RGB (Red+Green+Blue) = 160+43+108=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B6C is #5FD493. Grayscale: #555555. Windows color (decimal): -6280340 or 7089056. OLE color: 7089056.

HSL color Cylindrical-coordinate representation of color #A02B6C: hue angle of 326.67º 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 #A02B6C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16043108-
CMYK00.730.320.37
HSL326.67º57.64%39.8%-
HSV(B)326.67º73.12%62.75%-
XYZ18.0710.2815.22-
YUV85.39140.76181.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=51.45%
G=13.83%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604310800.730.320.37326.6757.6439.8
HexA02B6C04920251473a28
Octal24053154011140455077250
Binary10100000101011110110001001001100000100101101000111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B6C; }

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

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

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

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

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

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

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

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