#A32462

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

Shades of Lipstick #A32462

Tints of Lipstick #A32462

Color information

#A32462 (or 0xA32462) is unknown color: approx Lipstick. HEX triplet: A3, 24 and 62. RGB value is (163,36,98). Sum of RGB (Red+Green+Blue) = 163+36+98=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A32462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32462 is #5CDB9D. Grayscale: #505050. Windows color (decimal): -6085534 or 6431907. OLE color: 6431907.

HSL color Cylindrical-coordinate representation of color #A32462: hue angle of 330.71º 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 #A32462 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1633698-
CMYK00.780.400.36
HSL330.71º63.82%39.02%-
HSV(B)330.71º77.91%63.92%-
XYZ17.949.9312.53-
YUV81.04137.58186.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=54.88%
G=12.12%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163369800.780.400.36330.7163.8239.02
HexA3246204E282414b4027
Octal243441420116504451310047
Binary101000111001001100010010011101010001001001010010111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32462; }

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

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

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

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

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

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

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

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