#a52666

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

Shades of Lipstick #A52666

Tints of Lipstick #A52666

Color information

#A52666 (or 0xA52666) is unknown color: approx Lipstick. HEX triplet: A5, 26 and 66. RGB value is (165,38,102). Sum of RGB (Red+Green+Blue) = 165+38+102=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A52666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52666 is #5AD999. Grayscale: #535353. Windows color (decimal): -5953946 or 6694565. OLE color: 6694565.

HSL color Cylindrical-coordinate representation of color #A52666: hue angle of 329.76º 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 #A52666 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16538102-
CMYK00.770.380.35
HSL329.76º62.56%39.8%-
HSV(B)329.76º76.97%64.71%-
XYZ18.6110.3413.59-
YUV83.27138.58186.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=54.10%
G=12.46%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653810200.770.380.35329.7662.5639.8
HexA5266604D262314a3f28
Octal24546146011546435127750
Binary10100101100110110011001001101100110100011101001010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52666; }

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

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

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

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

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

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

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

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