#AF00AF

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

Shades of Deep Magenta #AF00AF

Tints of Deep Magenta #AF00AF

Color information

#AF00AF (or 0xAF00AF) is unknown color: approx Deep Magenta. HEX triplet: AF, 00 and AF. RGB value is (175,0,175). Sum of RGB (Red+Green+Blue) = 175+0+175=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF00AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00AF is #50FF50. Grayscale: #474747. Windows color (decimal): -5308241 or 11468975. OLE color: 11468975.

HSL color Cylindrical-coordinate representation of color #AF00AF: hue angle of 300º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00AF is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1750175-
CMYK0100.31
HSL300º100%34.31%-
HSV(B)300º100%68.63%-
XYZ25.4212.2141.57-
YUV72.27185.98201.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17501750100.3130010034.31
HexAF0AF06401F12c6422
Octal2570257014403745414442
Binary10101111010101111011001000111111001011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF00AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF00AF; }

 p { color: rgb(175,0,175); }

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

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

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

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

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

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

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