#A32358

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

Shades of Lipstick #A32358

Tints of Lipstick #A32358

Color information

#A32358 (or 0xA32358) is unknown color: approx Lipstick. HEX triplet: A3, 23 and 58. RGB value is (163,35,88). Sum of RGB (Red+Green+Blue) = 163+35+88=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A32358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32358 is #5CDCA7. Grayscale: #4F4F4F. Windows color (decimal): -6085800 or 5776291. OLE color: 5776291.

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

Color convert

RGB1633588-
CMYK00.790.460.36
HSL335.16º64.65%38.82%-
HSV(B)335.16º78.53%63.92%-
XYZ17.479.6910.18-
YUV79.31132.91187.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=56.99%
G=12.24%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163358800.790.460.36335.1664.6538.82
HexA3235804F2E2414f4127
Octal243431300117564451710147
Binary101000111000111011000010011111011101001001010011111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32358; }

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

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

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

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

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

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

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

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