Html Css Color HEX #AF11B9 Deep Magenta

📋 copy color: '#AF11B9'

red 175 ◦ green 17 ◦ blue 185

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

Shades of Deep Magenta #AF11B9

Tints of Deep Magenta #AF11B9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.51%

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

R = 46.42%
G = 4.51%
B = 49.07%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF11B9 (or 0xAF11B9) is known color: Deep Magenta. HEX triplet: AF, 11 and B9. RGB value is (175,17,185). Sum of RGB (Red+Green+Blue) = 175+17+185=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF11B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11B9 is #50EE46. Grayscale: #525252. Windows color (decimal): -5303879 or 12128687. OLE color: 12128687.

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

Color convert

RGB 175 17 185 -
CMYK 0.05 0.91 0 0.27
HSL 296.43º 0.83% 0.4% -
HSV(B) 296.43º 0.91% 0.73% -
XYZ 26.64 13.02 47.01 -
YUV 83.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 175 17 185 0.05 0.91 0 0.27 296.43 0.83 0.4
Hex AF 11 B9 5 5B 0 1B 128 53 28
Octal 257 21 271 5 133 0 33 450 123 50
Binary 10101111 10001 10111001 101 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #AF11B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11B9

Black with #AF11B9

Text Example


Text Example

White with #AF11B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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