#A42056

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

Shades of Lipstick #A42056

Tints of Lipstick #A42056

Color information

#A42056 (or 0xA42056) is unknown color: approx Lipstick. HEX triplet: A4, 20 and 56. RGB value is (164,32,86). Sum of RGB (Red+Green+Blue) = 164+32+86=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A42056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42056 is #5BDFA9. Grayscale: #4D4D4D. Windows color (decimal): -6021034 or 5644452. OLE color: 5644452.

HSL color Cylindrical-coordinate representation of color #A42056: hue angle of 335.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42056 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1643286-
CMYK00.800.480.36
HSL335.45º67.35%38.43%-
HSV(B)335.45º80.49%64.31%-
XYZ17.519.69.73-
YUV77.62132.73189.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.16%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=58.16%
G=11.35%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164328600.800.480.36335.4567.3538.43
HexA42056050302414f4326
Octal244401260120604451710346
Binary101001001000001010110010100001100001001001010011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42056; }

 p { color: rgb(164,32,86); }

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

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

 a { background-color: rgb(164,32,86); }

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

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

 span { border-color: rgb(164,32,86); }

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