#A02263

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

Shades of Lipstick #A02263

Tints of Lipstick #A02263

Color information

#A02263 (or 0xA02263) is unknown color: approx Lipstick. HEX triplet: A0, 22 and 63. RGB value is (160,34,99). Sum of RGB (Red+Green+Blue) = 160+34+99=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A02263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02263 is #5FDD9C. Grayscale: #4E4E4E. Windows color (decimal): -6282653 or 6496928. OLE color: 6496928.

HSL color Cylindrical-coordinate representation of color #A02263: hue angle of 329.05º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02263 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1603499-
CMYK00.790.380.37
HSL329.05º64.95%38.04%-
HSV(B)329.05º78.75%62.75%-
XYZ17.329.5212.73-
YUV79.08139.24185.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.61%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=54.61%
G=11.60%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160349900.790.380.37329.0564.9538.04
HexA0226304F26251494126
Octal240421430117464551110146
Binary101000001000101100011010011111001101001011010010011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02263; }

 p { color: rgb(160,34,99); }

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

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

 a { background-color: rgb(160,34,99); }

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

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

 span { border-color: rgb(160,34,99); }

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