#A2325E

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

Shades of Lipstick #A2325E

Tints of Lipstick #A2325E

Color information

#A2325E (or 0xA2325E) is unknown color: approx Lipstick. HEX triplet: A2, 32 and 5E. RGB value is (162,50,94). Sum of RGB (Red+Green+Blue) = 162+50+94=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2325E is #5DCDA1. Grayscale: #585858. Windows color (decimal): -6147490 or 6173346. OLE color: 6173346.

HSL color Cylindrical-coordinate representation of color #A2325E: hue angle of 336.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2325E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1625094-
CMYK00.690.420.36
HSL336.43º52.83%41.57%-
HSV(B)336.43º69.14%63.53%-
XYZ18.0610.7711.72-
YUV88.5131.11180.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=52.94%
G=16.34%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162509400.690.420.36336.4352.8341.57
HexA2325E0452A24150352a
Octal24262136010552445206552
Binary10100010110010101111001000101101010100100101010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2325E; }

 p { color: rgb(162,50,94); }

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

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

 a { background-color: rgb(162,50,94); }

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

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

 span { border-color: rgb(162,50,94); }

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