#A52E5A

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

Shades of Lipstick #A52E5A

Tints of Lipstick #A52E5A

Color information

#A52E5A (or 0xA52E5A) is unknown color: approx Lipstick. HEX triplet: A5, 2E and 5A. RGB value is (165,46,90). Sum of RGB (Red+Green+Blue) = 165+46+90=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E5A is #5AD1A5. Grayscale: #565656. Windows color (decimal): -5951910 or 5910181. OLE color: 5910181.

HSL color Cylindrical-coordinate representation of color #A52E5A: hue angle of 337.82º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52E5A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1654690-
CMYK00.720.450.35
HSL337.82º56.4%41.37%-
HSV(B)337.82º72.12%64.71%-
XYZ18.3410.6910.77-
YUV86.6129.92183.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=54.82%
G=15.28%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165469000.720.450.35337.8256.441.37
HexA52E5A0482D231523829
Octal24556132011055435227051
Binary10100101101110101101001001000101101100011101010010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E5A; }

 p { color: rgb(165,46,90); }

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

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

 a { background-color: rgb(165,46,90); }

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

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

 span { border-color: rgb(165,46,90); }

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