#A52866

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

Shades of Lipstick #A52866

Tints of Lipstick #A52866

Color information

#A52866 (or 0xA52866) is unknown color: approx Lipstick. HEX triplet: A5, 28 and 66. RGB value is (165,40,102). Sum of RGB (Red+Green+Blue) = 165+40+102=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A52866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52866 is #5AD799. Grayscale: #545454. Windows color (decimal): -5953434 or 6695077. OLE color: 6695077.

HSL color Cylindrical-coordinate representation of color #A52866: hue angle of 330.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52866 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16540102-
CMYK00.760.380.35
HSL330.24º60.98%40.2%-
HSV(B)330.24º75.76%64.71%-
XYZ18.6710.4813.61-
YUV84.44137.91185.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=53.75%
G=13.03%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654010200.760.380.35330.2460.9840.2
HexA5286604C262314a3d28
Octal24550146011446435127550
Binary10100101101000110011001001100100110100011101001010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52866; }

 p { color: rgb(165,40,102); }

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

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

 a { background-color: rgb(165,40,102); }

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

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

 span { border-color: rgb(165,40,102); }

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