Html Css Color HEX #AF15AF Deep Magenta

📋 copy color: '#AF15AF'

red 175 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #AF15AF

Tints of Deep Magenta #AF15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 47.17%
G = 5.66%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF15AF (or 0xAF15AF) is known color: Deep Magenta. HEX triplet: AF, 15 and AF. RGB value is (175,21,175). Sum of RGB (Red+Green+Blue) = 175+21+175=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF15AF is #50EA50. Grayscale: #545454. Windows color (decimal): -5302865 or 11474351. OLE color: 11474351.

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

Color convert

RGB 175 21 175 -
CMYK 0 0.88 0 0.31
HSL 300º 0.79% 0.38% -
HSV(B) 300º 0.88% 0.69% -
XYZ 25.69 12.75 41.66 -
YUV 84.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 175 21 175 0 0.88 0 0.31 300 0.79 0.38
Hex AF 15 AF 0 58 0 1F 12C 4F 26
Octal 257 25 257 0 130 0 37 454 117 46
Binary 10101111 10101 10101111 0 1011000 0 11111 100101100 1001111 100110

Color Harmonies of #AF15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15AF

Black with #AF15AF

Text Example


Text Example

White with #AF15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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