Html Css Color HEX #AF15B9 Deep Magenta

📋 copy color: '#AF15B9'

red 175 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #AF15B9

Tints of Deep Magenta #AF15B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.56%

R = 45.93%
G = 5.51%
B = 48.56%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF15B9 (or 0xAF15B9) is known color: Deep Magenta. HEX triplet: AF, 15 and B9. RGB value is (175,21,185). Sum of RGB (Red+Green+Blue) = 175+21+185=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF15B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15B9 is #50EA46. Grayscale: #555555. Windows color (decimal): -5302855 or 12129711. OLE color: 12129711.

HSL color Cylindrical-coordinate representation of color #AF15B9: hue angle of 296.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF15B9 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 21 185 -
CMYK 0.05 0.89 0 0.27
HSL 296.34º 0.8% 0.4% -
HSV(B) 296.34º 0.89% 0.73% -
XYZ 26.7 13.15 47.03 -
YUV 85.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 175 21 185 0.05 0.89 0 0.27 296.34 0.8 0.4
Hex AF 15 B9 5 59 0 1B 128 50 28
Octal 257 25 271 5 131 0 33 450 120 50
Binary 10101111 10101 10111001 101 1011001 0 11011 100101000 1010000 101000

Color Harmonies of #AF15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15B9

Black with #AF15B9

Text Example


Text Example

White with #AF15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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