#AF03AC

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

Shades of Deep Magenta #AF03AC

Tints of Deep Magenta #AF03AC

Color information

#AF03AC (or 0xAF03AC) is unknown color: approx Deep Magenta. HEX triplet: AF, 03 and AC. RGB value is (175,3,172). Sum of RGB (Red+Green+Blue) = 175+3+172=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF03AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF03AC is #50FC53. Grayscale: #494949. Windows color (decimal): -5307476 or 11273135. OLE color: 11273135.

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

Color convert

RGB1753172-
CMYK00.980.020.31
HSL301.05º96.63%34.9%-
HSV(B)301.05º98.29%68.63%-
XYZ25.1612.1640.05-
YUV73.69183.48200.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=50%
G=0.86%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175317200.980.020.31301.0596.6334.9
HexAF3AC06221F12d6123
Octal2573254014223745514143
Binary1010111111101011000110001010111111001011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03AC; }

 p { color: rgb(175,3,172); }

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

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

 a { background-color: rgb(175,3,172); }

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

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

 span { border-color: rgb(175,3,172); }

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