Html Css Color HEX #AF16AF Deep Magenta

📋 copy color: '#AF16AF'

red 175 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #AF16AF

Tints of Deep Magenta #AF16AF

RGB

 RED value IS 175 (68.75% from 255) = 47.04%

 GREEN value IS 22 (8.98% from 255) = 5.91%

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 47.04%
G = 5.91%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF16AF (or 0xAF16AF) is known color: Deep Magenta. HEX triplet: AF, 16 and AF. RGB value is (175,22,175). Sum of RGB (Red+Green+Blue) = 175+22+175=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF16AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16AF is #50E950. Grayscale: #545454. Windows color (decimal): -5302609 or 11474607. OLE color: 11474607.

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

Color convert

RGB 175 22 175 -
CMYK 0 0.87 0 0.31
HSL 300º 0.78% 0.39% -
HSV(B) 300º 0.87% 0.69% -
XYZ 25.7 12.78 41.67 -
YUV 85.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 175 22 175 0 0.87 0 0.31 300 0.78 0.39
Hex AF 16 AF 0 57 0 1F 12C 4E 27
Octal 257 26 257 0 127 0 37 454 116 47
Binary 10101111 10110 10101111 0 1010111 0 11111 100101100 1001110 100111

Color Harmonies of #AF16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16AF

Black with #AF16AF

Text Example


Text Example

White with #AF16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16AF; }

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

 H1.HeaderClassName
 {
   color: #AF16AF;
 }
 .AnyTagClassName
 {
   color: #AF16AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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