#A32858

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

Shades of Lipstick #A32858

Tints of Lipstick #A32858

Color information

#A32858 (or 0xA32858) is unknown color: approx Lipstick. HEX triplet: A3, 28 and 58. RGB value is (163,40,88). Sum of RGB (Red+Green+Blue) = 163+40+88=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A32858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32858 is #5CD7A7. Grayscale: #525252. Windows color (decimal): -6084520 or 5777571. OLE color: 5777571.

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

Color convert

RGB1634088-
CMYK00.750.460.36
HSL336.59º60.59%39.8%-
HSV(B)336.59º75.46%63.92%-
XYZ17.6210.0110.24-
YUV82.25131.25185.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=56.01%
G=13.75%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163408800.750.460.36336.5960.5939.8
HexA3285804B2E241513d28
Octal24350130011356445217550
Binary10100011101000101100001001011101110100100101010001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32858; }

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

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

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

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

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

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

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

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