#A5215E

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

Shades of Lipstick #A5215E

Tints of Lipstick #A5215E

Color information

#A5215E (or 0xA5215E) is unknown color: approx Lipstick. HEX triplet: A5, 21 and 5E. RGB value is (165,33,94). Sum of RGB (Red+Green+Blue) = 165+33+94=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5215E is #5ADEA1. Grayscale: #4F4F4F. Windows color (decimal): -5955234 or 6168997. OLE color: 6168997.

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

Color convert

RGB1653394-
CMYK00.80.430.35
HSL332.27º66.67%38.82%-
HSV(B)332.27º80%64.71%-
XYZ18.089.911.55-
YUV79.42136.23189.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 33 (13.28% from 255) = 11.30%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=56.51%
G=11.30%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165339400.80.430.35332.2766.6738.82
HexA5215E0502B2314c4327
Octal245411360120534351410347
Binary101001011000011011110010100001010111000111010011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5215E; }

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

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

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

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

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

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

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

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