#AF07B7

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

Shades of Deep Magenta #AF07B7

Tints of Deep Magenta #AF07B7

Color information

#AF07B7 (or 0xAF07B7) is unknown color: approx Deep Magenta. HEX triplet: AF, 07 and B7. RGB value is (175,7,183). Sum of RGB (Red+Green+Blue) = 175+7+183=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF07B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07B7 is #50F848. Grayscale: #4C4C4C. Windows color (decimal): -5306441 or 11995055. OLE color: 11995055.

HSL color Cylindrical-coordinate representation of color #AF07B7: hue angle of 297.27º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF07B7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1757183-
CMYK0.040.9600.28
HSL297.27º92.63%37.25%-
HSV(B)297.27º96.17%71.76%-
XYZ26.312.6845.86-
YUV77.3187.66197.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 7 (3.12% from 255) = 1.92%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=47.95%
G=1.92%
B=50.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17571830.040.9600.28297.2792.6337.25
HexAF7B746001C1295d25
Octal2577267414003445113545
Binary101011111111011011110011000000111001001010011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF07B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF07B7; }

 p { color: rgb(175,7,183); }

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

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

 a { background-color: rgb(175,7,183); }

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

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

 span { border-color: rgb(175,7,183); }

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