#AF0DB3

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

Shades of Deep Magenta #AF0DB3

Tints of Deep Magenta #AF0DB3

Color information

#AF0DB3 (or 0xAF0DB3) is unknown color: approx Deep Magenta. HEX triplet: AF, 0D and B3. RGB value is (175,13,179). Sum of RGB (Red+Green+Blue) = 175+13+179=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF0DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DB3 is #50F24C. Grayscale: #4F4F4F. Windows color (decimal): -5304909 or 11734447. OLE color: 11734447.

HSL color Cylindrical-coordinate representation of color #AF0DB3: hue angle of 298.55º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DB3 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17513179-
CMYK0.020.9300.30
HSL298.55º86.46%37.65%-
HSV(B)298.55º92.74%70.2%-
XYZ25.9612.6643.72-
YUV80.36183.67195.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 13 (5.47% from 255) = 3.54%
BLUE value IS 179 (70.31% from 255) = 48.77%
R=47.68%
G=3.54%
B=48.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175131790.020.9300.30298.5586.4637.65
HexAFDB325D01E12b5626
Octal25715263213503645312646
Binary101011111101101100111010111010111101001010111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0DB3; }

 p { color: rgb(175,13,179); }

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

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

 a { background-color: rgb(175,13,179); }

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

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

 span { border-color: rgb(175,13,179); }

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