#A4285B

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

Shades of Lipstick #A4285B

Tints of Lipstick #A4285B

Color information

#A4285B (or 0xA4285B) is unknown color: approx Lipstick. HEX triplet: A4, 28 and 5B. RGB value is (164,40,91). Sum of RGB (Red+Green+Blue) = 164+40+91=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4285B is #5BD7A4. Grayscale: #525252. Windows color (decimal): -6018981 or 5974180. OLE color: 5974180.

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

Color convert

RGB1644091-
CMYK00.760.450.36
HSL335.32º60.78%40%-
HSV(B)335.32º75.61%64.31%-
XYZ17.9610.1710.91-
YUV82.89132.58185.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=55.59%
G=13.56%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164409100.760.450.36335.3260.7840
HexA4285B04C2D2414f3d28
Octal24450133011455445177550
Binary10100100101000101101101001100101101100100101001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4285B; }

 p { color: rgb(164,40,91); }

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

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

 a { background-color: rgb(164,40,91); }

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

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

 span { border-color: rgb(164,40,91); }

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