#A52664

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

Shades of Lipstick #A52664

Tints of Lipstick #A52664

Color information

#A52664 (or 0xA52664) is unknown color: approx Lipstick. HEX triplet: A5, 26 and 64. RGB value is (165,38,100). Sum of RGB (Red+Green+Blue) = 165+38+100=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A52664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52664 is #5AD99B. Grayscale: #525252. Windows color (decimal): -5953948 or 6563493. OLE color: 6563493.

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

Color convert

RGB16538100-
CMYK00.770.390.35
HSL330.71º62.56%39.8%-
HSV(B)330.71º76.97%64.71%-
XYZ18.5110.3113.07-
YUV83.04137.58186.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=54.46%
G=12.54%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653810000.770.390.35330.7162.5639.8
HexA5266404D272314b3f28
Octal24546144011547435137750
Binary10100101100110110010001001101100111100011101001011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52664; }

 p { color: rgb(165,38,100); }

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

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

 a { background-color: rgb(165,38,100); }

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

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

 span { border-color: rgb(165,38,100); }

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