#a32255

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

Shades of Lipstick #A32255

Tints of Lipstick #A32255

Color information

#A32255 (or 0xA32255) is unknown color: approx Lipstick. HEX triplet: A3, 22 and 55. RGB value is (163,34,85). Sum of RGB (Red+Green+Blue) = 163+34+85=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A32255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32255 is #5CDDAA. Grayscale: #4E4E4E. Windows color (decimal): -6086059 or 5579427. OLE color: 5579427.

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

Color convert

RGB1633485-
CMYK00.790.480.36
HSL336.28º65.48%38.63%-
HSV(B)336.28º79.14%63.92%-
XYZ17.329.599.53-
YUV78.38131.74188.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=57.80%
G=12.06%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163348500.790.480.36336.2865.4838.63
HexA3225504F30241504127
Octal243421250117604452010147
Binary101000111000101010101010011111100001001001010100001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32255; }

 p { color: rgb(163,34,85); }

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

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

 a { background-color: rgb(163,34,85); }

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

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

 span { border-color: rgb(163,34,85); }

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