#A5255C

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

Shades of Lipstick #A5255C

Tints of Lipstick #A5255C

Color information

#A5255C (or 0xA5255C) is unknown color: approx Lipstick. HEX triplet: A5, 25 and 5C. RGB value is (165,37,92). Sum of RGB (Red+Green+Blue) = 165+37+92=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5255C is #5ADAA3. Grayscale: #515151. Windows color (decimal): -5954212 or 6038949. OLE color: 6038949.

HSL color Cylindrical-coordinate representation of color #A5255C: hue angle of 334.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5255C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1653792-
CMYK00.780.440.35
HSL334.22º63.37%39.61%-
HSV(B)334.22º77.58%64.71%-
XYZ18.1110.111.12-
YUV81.54133.91187.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=56.12%
G=12.59%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165379200.780.440.35334.2263.3739.61
HexA5255C04E2C2314e3f28
Octal24545134011654435167750
Binary10100101100101101110001001110101100100011101001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5255C; }

 p { color: rgb(165,37,92); }

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

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

 a { background-color: rgb(165,37,92); }

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

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

 span { border-color: rgb(165,37,92); }

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