Html Css Color HEX #AF00AF Deep Magenta

📋 copy color: '#AF00AF'

red 175 ◦ green 0 ◦ blue 175

#AF00AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AF00AF

Tints of Deep Magenta #AF00AF

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 value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF00AF (or 0xAF00AF) is known color: 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

RGB 175 0 175 -
CMYK 0 1 0 0.31
HSL 300º 1% 0.34% -
HSV(B) 300º 1% 0.69% -
XYZ 25.42 12.21 41.57 -
YUV 72.28 185.98 201.27 -
System Red Green Blue C M Y K H S L
Decimal 175 0 175 0 1 0 0.31 300 1 0.34
Hex AF 0 AF 0 64 0 1F 12C 64 22
Octal 257 0 257 0 144 0 37 454 144 42
Binary 10101111 0 10101111 0 1100100 0 11111 100101100 1100100 100010

Color Harmonies of #AF00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00AF

Black with #AF00AF

Text Example


Text Example

White with #AF00AF

Text Example


Text Example

HTML Codes & Css Web 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>