#A4285E

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

Shades of Lipstick #A4285E

Tints of Lipstick #A4285E

Color information

#A4285E (or 0xA4285E) is unknown color: approx Lipstick. HEX triplet: A4, 28 and 5E. RGB value is (164,40,94). Sum of RGB (Red+Green+Blue) = 164+40+94=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A4285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4285E is #5BD7A1. Grayscale: #535353. Windows color (decimal): -6018978 or 6170788. OLE color: 6170788.

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

Color convert

RGB1644094-
CMYK00.760.430.36
HSL333.87º60.78%40%-
HSV(B)333.87º75.61%64.31%-
XYZ18.0910.2211.61-
YUV83.23134.08185.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=55.03%
G=13.42%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164409400.760.430.36333.8760.7840
HexA4285E04C2B2414e3d28
Octal24450136011453445167550
Binary10100100101000101111001001100101011100100101001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4285E; }

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

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

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

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

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

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

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

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