#AF03C2

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

Shades of Deep Magenta #AF03C2

Tints of Deep Magenta #AF03C2

Color information

#AF03C2 (or 0xAF03C2) is unknown color: approx Deep Magenta. HEX triplet: AF, 03 and C2. RGB value is (175,3,194). Sum of RGB (Red+Green+Blue) = 175+3+194=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF03C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03C2 is #50FC3D. Grayscale: #4B4B4B. Windows color (decimal): -5307454 or 12714927. OLE color: 12714927.

HSL color Cylindrical-coordinate representation of color #AF03C2: hue angle of 294.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF03C2 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1753194-
CMYK0.100.9800.24
HSL294.03º96.95%38.63%-
HSV(B)294.03º98.45%76.08%-
XYZ27.4513.0752.12-
YUV76.2194.48198.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=47.04%
G=0.81%
B=52.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17531940.100.9800.24294.0396.9538.63
HexAF3C2A620181266127
Octal25733021214203044614147
Binary101011111111000010101011000100110001001001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF03C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF03C2; }

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

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

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

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

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

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

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

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