#AF05AB

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

Shades of Deep Magenta #AF05AB

Tints of Deep Magenta #AF05AB

Color information

#AF05AB (or 0xAF05AB) is unknown color: approx Deep Magenta. HEX triplet: AF, 05 and AB. RGB value is (175,5,171). Sum of RGB (Red+Green+Blue) = 175+5+171=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF05AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF05AB is #50FA54. Grayscale: #4A4A4A. Windows color (decimal): -5306965 or 11208111. OLE color: 11208111.

HSL color Cylindrical-coordinate representation of color #AF05AB: hue angle of 301.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF05AB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB1755171-
CMYK00.970.020.31
HSL301.41º94.44%35.29%-
HSV(B)301.41º97.14%68.63%-
XYZ25.0812.1639.55-
YUV74.75182.32199.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=49.86%
G=1.42%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175517100.970.020.31301.4194.4435.29
HexAF5AB06121F12d5e23
Octal2575253014123745513643
Binary10101111101101010110110000110111111001011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF05AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF05AB; }

 p { color: rgb(175,5,171); }

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

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

 a { background-color: rgb(175,5,171); }

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

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

 span { border-color: rgb(175,5,171); }

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