#a32357

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

Shades of Lipstick #A32357

Tints of Lipstick #A32357

Color information

#A32357 (or 0xA32357) is unknown color: approx Lipstick. HEX triplet: A3, 23 and 57. RGB value is (163,35,87). Sum of RGB (Red+Green+Blue) = 163+35+87=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A32357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32357 is #5CDCA8. Grayscale: #4F4F4F. Windows color (decimal): -6085801 or 5710755. OLE color: 5710755.

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

Color convert

RGB1633587-
CMYK00.790.470.36
HSL335.62º64.65%38.82%-
HSV(B)335.62º78.53%63.92%-
XYZ17.439.689.97-
YUV79.2132.41187.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=57.19%
G=12.28%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163358700.790.470.36335.6264.6538.82
HexA3235704F2F241504127
Octal243431270117574452010147
Binary101000111000111010111010011111011111001001010100001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32357; }

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

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

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

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

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

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

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

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