#A2284B

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

Shades of Lipstick #A2284B

Tints of Lipstick #A2284B

Color information

#A2284B (or 0xA2284B) is unknown color: approx Lipstick. HEX triplet: A2, 28 and 4B. RGB value is (162,40,75). Sum of RGB (Red+Green+Blue) = 162+40+75=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2284B is #5DD7B4. Grayscale: #505050. Windows color (decimal): -6150069 or 4925602. OLE color: 4925602.

HSL color Cylindrical-coordinate representation of color #A2284B: hue angle of 342.79º 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 #A2284B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1624075-
CMYK00.750.540.36
HSL342.79º60.4%39.61%-
HSV(B)342.79º75.31%63.53%-
XYZ16.939.717.64-
YUV80.47124.92186.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=58.48%
G=14.44%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162407500.750.540.36342.7960.439.61
HexA2284B04B36241573c28
Octal24250113011366445277450
Binary10100010101000100101101001011110110100100101010111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2284B; }

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

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

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

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

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

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

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

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