#A32565

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

Shades of Lipstick #A32565

Tints of Lipstick #A32565

Color information

#A32565 (or 0xA32565) is unknown color: approx Lipstick. HEX triplet: A3, 25 and 65. RGB value is (163,37,101). Sum of RGB (Red+Green+Blue) = 163+37+101=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A32565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32565 is #5CDA9A. Grayscale: #515151. Windows color (decimal): -6085275 or 6628771. OLE color: 6628771.

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

Color convert

RGB16337101-
CMYK00.770.380.36
HSL329.52º63%39.22%-
HSV(B)329.52º77.3%63.92%-
XYZ18.1110.0513.3-
YUV81.97138.74185.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=54.15%
G=12.29%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633710100.770.380.36329.526339.22
HexA3256504D262414a3f27
Octal24345145011546445127747
Binary10100011100101110010101001101100110100100101001010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32565; }

 p { color: rgb(163,37,101); }

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

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

 a { background-color: rgb(163,37,101); }

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

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

 span { border-color: rgb(163,37,101); }

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