#A02647

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

Shades of Lipstick #A02647

Tints of Lipstick #A02647

Color information

#A02647 (or 0xA02647) is unknown color: approx Lipstick. HEX triplet: A0, 26 and 47. RGB value is (160,38,71). Sum of RGB (Red+Green+Blue) = 160+38+71=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A02647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02647 is #5FD9B8. Grayscale: #4E4E4E. Windows color (decimal): -6281657 or 4662944. OLE color: 4662944.

HSL color Cylindrical-coordinate representation of color #A02647: hue angle of 343.77º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02647 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1603871-
CMYK00.760.560.37
HSL343.77º61.62%38.82%-
HSV(B)343.77º76.25%62.75%-
XYZ16.339.316.9-
YUV78.24123.92186.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=59.48%
G=14.13%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160387100.760.560.37343.7761.6238.82
HexA0264704C38251583e27
Octal24046107011470455307647
Binary10100000100110100011101001100111000100101101011000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02647; }

 p { color: rgb(160,38,71); }

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

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

 a { background-color: rgb(160,38,71); }

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

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

 span { border-color: rgb(160,38,71); }

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