#A32465

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

Shades of Lipstick #A32465

Tints of Lipstick #A32465

Color information

#A32465 (or 0xA32465) is unknown color: approx Lipstick. HEX triplet: A3, 24 and 65. RGB value is (163,36,101). Sum of RGB (Red+Green+Blue) = 163+36+101=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A32465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32465 is #5CDB9A. Grayscale: #515151. Windows color (decimal): -6085531 or 6628515. OLE color: 6628515.

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

Color convert

RGB16336101-
CMYK00.780.380.36
HSL329.29º63.82%39.02%-
HSV(B)329.29º77.91%63.92%-
XYZ18.089.9913.29-
YUV81.38139.08186.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.33%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=54.33%
G=12%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633610100.780.380.36329.2963.8239.02
HexA3246504E26241494027
Octal243441450116464451110047
Binary101000111001001100101010011101001101001001010010011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32465; }

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

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

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

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

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

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

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

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