#a02850

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

Shades of Lipstick #A02850

Tints of Lipstick #A02850

Color information

#A02850 (or 0xA02850) is unknown color: approx Lipstick. HEX triplet: A0, 28 and 50. RGB value is (160,40,80). Sum of RGB (Red+Green+Blue) = 160+40+80=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A02850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02850 is #5FD7AF. Grayscale: #505050. Windows color (decimal): -6281136 or 5253280. OLE color: 5253280.

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

Color convert

RGB1604080-
CMYK00.750.50.37
HSL340º60%39.22%-
HSV(B)340º75%62.75%-
XYZ16.79.578.56-
YUV80.44127.76184.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160408000.750.50.373406039.22
HexA0285004B32251543c27
Octal24050120011362455247447
Binary10100000101000101000001001011110010100101101010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02850; }

 p { color: rgb(160,40,80); }

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

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

 a { background-color: rgb(160,40,80); }

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

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

 span { border-color: rgb(160,40,80); }

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