#AF245A

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

Shades of Lipstick #AF245A

Tints of Lipstick #AF245A

Color information

#AF245A (or 0xAF245A) is unknown color: approx Lipstick. HEX triplet: AF, 24 and 5A. RGB value is (175,36,90). Sum of RGB (Red+Green+Blue) = 175+36+90=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF245A is #50DBA5. Grayscale: #535353. Windows color (decimal): -5299110 or 5907631. OLE color: 5907631.

HSL color Cylindrical-coordinate representation of color #AF245A: hue angle of 336.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF245A is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1753690-
CMYK00.790.490.31
HSL336.69º65.88%41.37%-
HSV(B)336.69º79.43%68.63%-
XYZ20.1611.1110.76-
YUV83.72131.55193.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=58.14%
G=11.96%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175369000.790.490.31336.6965.8841.37
HexAF245A04F311F1514229
Octal257441320117613752110251
Binary10101111100100101101001001111110001111111010100011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF245A; }

 p { color: rgb(175,36,90); }

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

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

 a { background-color: rgb(175,36,90); }

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

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

 span { border-color: rgb(175,36,90); }

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