#A5225E

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

Shades of Lipstick #A5225E

Tints of Lipstick #A5225E

Color information

#A5225E (or 0xA5225E) is unknown color: approx Lipstick. HEX triplet: A5, 22 and 5E. RGB value is (165,34,94). Sum of RGB (Red+Green+Blue) = 165+34+94=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5225E is #5ADDA1. Grayscale: #4F4F4F. Windows color (decimal): -5954978 or 6169253. OLE color: 6169253.

HSL color Cylindrical-coordinate representation of color #A5225E: hue angle of 332.52º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5225E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1653494-
CMYK00.790.430.35
HSL332.52º65.83%39.02%-
HSV(B)332.52º79.39%64.71%-
XYZ18.119.9511.56-
YUV80.01135.9188.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=56.31%
G=11.60%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165349400.790.430.35332.5265.8339.02
HexA5225E04F2B2314d4227
Octal245421360117534351510247
Binary101001011000101011110010011111010111000111010011011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5225E; }

 p { color: rgb(165,34,94); }

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

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

 a { background-color: rgb(165,34,94); }

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

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

 span { border-color: rgb(165,34,94); }

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