#A2284E

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

Shades of Lipstick #A2284E

Tints of Lipstick #A2284E

Color information

#A2284E (or 0xA2284E) is unknown color: approx Lipstick. HEX triplet: A2, 28 and 4E. RGB value is (162,40,78). Sum of RGB (Red+Green+Blue) = 162+40+78=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2284E is #5DD7B1. Grayscale: #505050. Windows color (decimal): -6150066 or 5122210. OLE color: 5122210.

HSL color Cylindrical-coordinate representation of color #A2284E: hue angle of 341.31º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2284E is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1624078-
CMYK00.750.520.36
HSL341.31º60.4%39.61%-
HSV(B)341.31º75.31%63.53%-
XYZ17.039.758.19-
YUV80.81126.42185.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=57.86%
G=14.29%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162407800.750.520.36341.3160.439.61
HexA2284E04B34241553c28
Octal24250116011364445257450
Binary10100010101000100111001001011110100100100101010101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2284E; }

 p { color: rgb(162,40,78); }

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

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

 a { background-color: rgb(162,40,78); }

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

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

 span { border-color: rgb(162,40,78); }

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