#A52768

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

Shades of Lipstick #A52768

Tints of Lipstick #A52768

Color information

#A52768 (or 0xA52768) is unknown color: approx Lipstick. HEX triplet: A5, 27 and 68. RGB value is (165,39,104). Sum of RGB (Red+Green+Blue) = 165+39+104=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A52768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52768 is #5AD897. Grayscale: #535353. Windows color (decimal): -5953688 or 6825893. OLE color: 6825893.

HSL color Cylindrical-coordinate representation of color #A52768: hue angle of 329.05º degrees, saturation: 0.62, 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 #A52768 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16539104-
CMYK00.760.370.35
HSL329.05º61.76%40%-
HSV(B)329.05º76.36%64.71%-
XYZ18.7410.4514.13-
YUV84.08139.24185.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=53.57%
G=12.66%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653910400.760.370.35329.0561.7640
HexA5276804C25231493e28
Octal24547150011445435117650
Binary10100101100111110100001001100100101100011101001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52768; }

 p { color: rgb(165,39,104); }

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

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

 a { background-color: rgb(165,39,104); }

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

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

 span { border-color: rgb(165,39,104); }

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