Html Css Color HEX #AF11BF Deep Magenta

📋 copy color: '#AF11BF'

red 175 ◦ green 17 ◦ blue 191

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

Shades of Deep Magenta #AF11BF

Tints of Deep Magenta #AF11BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 45.69%
G = 4.44%
B = 49.87%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF11BF (or 0xAF11BF) is known color: Deep Magenta. HEX triplet: AF, 11 and BF. RGB value is (175,17,191). Sum of RGB (Red+Green+Blue) = 175+17+191=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11BF is #50EE40. Grayscale: #535353. Windows color (decimal): -5303873 or 12521903. OLE color: 12521903.

HSL color Cylindrical-coordinate representation of color #AF11BF: hue angle of 294.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF11BF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 17 191 -
CMYK 0.08 0.91 0 0.25
HSL 294.48º 0.84% 0.41% -
HSV(B) 294.48º 0.91% 0.75% -
XYZ 27.28 13.28 50.41 -
YUV 84.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 175 17 191 0.08 0.91 0 0.25 294.48 0.84 0.41
Hex AF 11 BF 8 5B 0 19 126 54 29
Octal 257 21 277 10 133 0 31 446 124 51
Binary 10101111 10001 10111111 1000 1011011 0 11001 100100110 1010100 101001

Color Harmonies of #AF11BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11BF

Black with #AF11BF

Text Example


Text Example

White with #AF11BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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