#a32a58

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

Shades of Lipstick #A32A58

Tints of Lipstick #A32A58

Color information

#A32A58 (or 0xA32A58) is unknown color: approx Lipstick. HEX triplet: A3, 2A and 58. RGB value is (163,42,88). Sum of RGB (Red+Green+Blue) = 163+42+88=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32A58 is #5CD5A7. Grayscale: #535353. Windows color (decimal): -6084008 or 5778083. OLE color: 5778083.

HSL color Cylindrical-coordinate representation of color #A32A58: hue angle of 337.19º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32A58 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1634288-
CMYK00.740.460.36
HSL337.19º59.02%40.2%-
HSV(B)337.19º74.23%63.92%-
XYZ17.6910.1510.26-
YUV83.42130.59184.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=55.63%
G=14.33%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163428800.740.460.36337.1959.0240.2
HexA32A5804A2E241513b28
Octal24352130011256445217350
Binary10100011101010101100001001010101110100100101010001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32a58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32a58; }

 p { color: rgb(163,42,88); }

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

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

 a { background-color: rgb(163,42,88); }

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

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

 span { border-color: rgb(163,42,88); }

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