#A42257

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

Shades of Lipstick #A42257

Tints of Lipstick #A42257

Color information

#A42257 (or 0xA42257) is unknown color: approx Lipstick. HEX triplet: A4, 22 and 57. RGB value is (164,34,87). Sum of RGB (Red+Green+Blue) = 164+34+87=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A42257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42257 is #5BDDA8. Grayscale: #4E4E4E. Windows color (decimal): -6020521 or 5710500. OLE color: 5710500.

HSL color Cylindrical-coordinate representation of color #A42257: hue angle of 335.54º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42257 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1643487-
CMYK00.790.470.36
HSL335.54º65.66%38.82%-
HSV(B)335.54º79.27%64.31%-
XYZ17.69.729.97-
YUV78.91132.57188.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=57.54%
G=11.93%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164348700.790.470.36335.5465.6638.82
HexA4225704F2F241504227
Octal244421270117574452010247
Binary101001001000101010111010011111011111001001010100001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42257; }

 p { color: rgb(164,34,87); }

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

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

 a { background-color: rgb(164,34,87); }

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

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

 span { border-color: rgb(164,34,87); }

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