#A52057

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

Shades of Lipstick #A52057

Tints of Lipstick #A52057

Color information

#A52057 (or 0xA52057) is unknown color: approx Lipstick. HEX triplet: A5, 20 and 57. RGB value is (165,32,87). Sum of RGB (Red+Green+Blue) = 165+32+87=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A52057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52057 is #5ADFA8. Grayscale: #4D4D4D. Windows color (decimal): -5955497 or 5709989. OLE color: 5709989.

HSL color Cylindrical-coordinate representation of color #A52057: hue angle of 335.19º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52057 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1653287-
CMYK00.810.470.35
HSL335.19º67.51%38.63%-
HSV(B)335.19º80.61%64.71%-
XYZ17.759.729.96-
YUV78.04133.06190.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=58.10%
G=11.27%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165328700.810.470.35335.1967.5138.63
HexA520570512F2314f4427
Octal245401270121574351710447
Binary101001011000001010111010100011011111000111010011111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52057; }

 p { color: rgb(165,32,87); }

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

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

 a { background-color: rgb(165,32,87); }

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

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

 span { border-color: rgb(165,32,87); }

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