#A42B5E

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

Shades of Lipstick #A42B5E

Tints of Lipstick #A42B5E

Color information

#A42B5E (or 0xA42B5E) is unknown color: approx Lipstick. HEX triplet: A4, 2B and 5E. RGB value is (164,43,94). Sum of RGB (Red+Green+Blue) = 164+43+94=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B5E is #5BD4A1. Grayscale: #545454. Windows color (decimal): -6018210 or 6171556. OLE color: 6171556.

HSL color Cylindrical-coordinate representation of color #A42B5E: hue angle of 334.71º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B5E is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1644394-
CMYK00.740.430.36
HSL334.71º58.45%40.59%-
HSV(B)334.71º73.78%64.31%-
XYZ18.1910.4311.64-
YUV84.99133.09184.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.49%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=54.49%
G=14.29%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164439400.740.430.36334.7158.4540.59
HexA42B5E04A2B2414f3a29
Octal24453136011253445177251
Binary10100100101011101111001001010101011100100101001111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42B5E; }

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

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

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

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

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

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

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

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