#AF05C0

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

Shades of Deep Magenta #AF05C0

Tints of Deep Magenta #AF05C0

Color information

#AF05C0 (or 0xAF05C0) is unknown color: approx Deep Magenta. HEX triplet: AF, 05 and C0. RGB value is (175,5,192). Sum of RGB (Red+Green+Blue) = 175+5+192=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF05C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05C0 is #50FA3F. Grayscale: #4C4C4C. Windows color (decimal): -5306944 or 12584367. OLE color: 12584367.

HSL color Cylindrical-coordinate representation of color #AF05C0: hue angle of 294.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF05C0 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1755192-
CMYK0.090.9700.25
HSL294.55º94.92%38.63%-
HSV(B)294.55º97.4%75.29%-
XYZ27.2513.0350.95-
YUV77.15192.82197.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 192 (75.39% from 255) = 51.61%
R=47.04%
G=1.34%
B=51.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17551920.090.9700.25294.5594.9238.63
HexAF5C09610191275f27
Octal25753001114103144713747
Binary1010111110111000000100111000010110011001001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF05C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF05C0; }

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

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

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

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

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

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

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

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