#AF08B7

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

Shades of Deep Magenta #AF08B7

Tints of Deep Magenta #AF08B7

Color information

#AF08B7 (or 0xAF08B7) is unknown color: approx Deep Magenta. HEX triplet: AF, 08 and B7. RGB value is (175,8,183). Sum of RGB (Red+Green+Blue) = 175+8+183=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF08B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08B7 is #50F748. Grayscale: #4D4D4D. Windows color (decimal): -5306185 or 11995311. OLE color: 11995311.

HSL color Cylindrical-coordinate representation of color #AF08B7: hue angle of 297.26º degrees, saturation: 0.92, 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 #AF08B7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1758183-
CMYK0.040.9600.28
HSL297.26º91.62%37.45%-
HSV(B)297.26º95.63%71.76%-
XYZ26.3112.7145.87-
YUV77.88187.33197.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 8 (3.52% from 255) = 2.19%
BLUE value IS 183 (71.88% from 255) = 50%
R=47.81%
G=2.19%
B=50%

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
Decimal17581830.040.9600.28297.2691.6237.45
HexAF8B746001C1295c25
Octal25710267414003445113445
Binary1010111110001011011110011000000111001001010011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF08B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF08B7; }

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

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

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

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

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

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

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

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