#A5265C

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

Shades of Lipstick #A5265C

Tints of Lipstick #A5265C

Color information

#A5265C (or 0xA5265C) is unknown color: approx Lipstick. HEX triplet: A5, 26 and 5C. RGB value is (165,38,92). Sum of RGB (Red+Green+Blue) = 165+38+92=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5265C is #5AD9A3. Grayscale: #525252. Windows color (decimal): -5953956 or 6039205. OLE color: 6039205.

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

Color convert

RGB1653892-
CMYK00.770.440.35
HSL334.49º62.56%39.8%-
HSV(B)334.49º76.97%64.71%-
XYZ18.1410.1611.13-
YUV82.13133.58187.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=55.93%
G=12.88%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165389200.770.440.35334.4962.5639.8
HexA5265C04D2C2314e3f28
Octal24546134011554435167750
Binary10100101100110101110001001101101100100011101001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5265C; }

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

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

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

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

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

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

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

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