#A52667

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

Shades of Lipstick #A52667

Tints of Lipstick #A52667

Color information

#A52667 (or 0xA52667) is unknown color: approx Lipstick. HEX triplet: A5, 26 and 67. RGB value is (165,38,103). Sum of RGB (Red+Green+Blue) = 165+38+103=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A52667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52667 is #5AD998. Grayscale: #535353. Windows color (decimal): -5953945 or 6760101. OLE color: 6760101.

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

Color convert

RGB16538103-
CMYK00.770.380.35
HSL329.29º62.56%39.8%-
HSV(B)329.29º76.97%64.71%-
XYZ18.6610.3613.85-
YUV83.38139.08186.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=53.92%
G=12.42%
B=33.66%

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
Decimal1653810300.770.380.35329.2962.5639.8
HexA5266704D26231493f28
Octal24546147011546435117750
Binary10100101100110110011101001101100110100011101001001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52667; }

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

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

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

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

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

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

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

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