#A02247

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

Shades of Lipstick #A02247

Tints of Lipstick #A02247

Color information

#A02247 (or 0xA02247) is unknown color: approx Lipstick. HEX triplet: A0, 22 and 47. RGB value is (160,34,71). Sum of RGB (Red+Green+Blue) = 160+34+71=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02247 is #5FDDB8. Grayscale: #4B4B4B. Windows color (decimal): -6282681 or 4661920. OLE color: 4661920.

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

Color convert

RGB1603471-
CMYK00.790.560.37
HSL342.38º64.95%38.04%-
HSV(B)342.38º78.75%62.75%-
XYZ16.219.076.86-
YUV75.89125.24187.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=60.38%
G=12.83%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160347100.790.560.37342.3864.9538.04
HexA0224704F38251564126
Octal240421070117704552610146
Binary101000001000101000111010011111110001001011010101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02247; }

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

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

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

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

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

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

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

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