#AF03AB

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

Shades of Deep Magenta #AF03AB

Tints of Deep Magenta #AF03AB

Color information

#AF03AB (or 0xAF03AB) is unknown color: approx Deep Magenta. HEX triplet: AF, 03 and AB. RGB value is (175,3,171). Sum of RGB (Red+Green+Blue) = 175+3+171=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF03AB is #50FC54. Grayscale: #494949. Windows color (decimal): -5307477 or 11207599. OLE color: 11207599.

HSL color Cylindrical-coordinate representation of color #AF03AB: hue angle of 301.4º 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 #AF03AB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB1753171-
CMYK00.980.020.31
HSL301.4º96.63%34.9%-
HSV(B)301.4º98.29%68.63%-
XYZ25.0612.1239.55-
YUV73.58182.98200.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=50.14%
G=0.86%
B=49.00%

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
Decimal175317100.980.020.31301.496.6334.9
HexAF3AB06221F12d6123
Octal2573253014223745514143
Binary1010111111101010110110001010111111001011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03AB; }

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

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

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

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

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

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

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

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