#a32363

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

Shades of Lipstick #A32363

Tints of Lipstick #A32363

Color information

#A32363 (or 0xA32363) is unknown color: approx Lipstick. HEX triplet: A3, 23 and 63. RGB value is (163,35,99). Sum of RGB (Red+Green+Blue) = 163+35+99=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A32363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32363 is #5CDC9C. Grayscale: #505050. Windows color (decimal): -6085789 or 6497187. OLE color: 6497187.

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

Color convert

RGB1633599-
CMYK00.790.390.36
HSL330º64.65%38.82%-
HSV(B)330º78.53%63.92%-
XYZ17.969.8912.77-
YUV80.57138.41186.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=54.88%
G=11.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163359900.790.390.3633064.6538.82
HexA3236304F272414a4127
Octal243431430117474451210147
Binary101000111000111100011010011111001111001001010010101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32363; }

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

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

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

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

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

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

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

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