#A8215A

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

Shades of Lipstick #A8215A

Tints of Lipstick #A8215A

Color information

#A8215A (or 0xA8215A) is unknown color: approx Lipstick. HEX triplet: A8, 21 and 5A. RGB value is (168,33,90). Sum of RGB (Red+Green+Blue) = 168+33+90=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A8215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8215A is #57DEA5. Grayscale: #4F4F4F. Windows color (decimal): -5758630 or 5906856. OLE color: 5906856.

HSL color Cylindrical-coordinate representation of color #A8215A: hue angle of 334.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8215A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1683390-
CMYK00.800.460.34
HSL334.67º67.16%39.41%-
HSV(B)334.67º80.36%65.88%-
XYZ18.5410.1510.66-
YUV79.86133.73190.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=57.73%
G=11.34%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168339000.800.460.34334.6767.1639.41
HexA8215A0502E2214f4327
Octal250411320120564251710347
Binary101010001000011011010010100001011101000101010011111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8215A; }

 p { color: rgb(168,33,90); }

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

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

 a { background-color: rgb(168,33,90); }

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

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

 span { border-color: rgb(168,33,90); }

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