Html Css Color HEX #AF11BE Deep Magenta

📋 copy color: '#AF11BE'

red 175 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #AF11BE

Tints of Deep Magenta #AF11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 45.81%
G = 4.45%
B = 49.74%

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

#AF11BE (or 0xAF11BE) is known color: Deep Magenta. HEX triplet: AF, 11 and BE. RGB value is (175,17,190). Sum of RGB (Red+Green+Blue) = 175+17+190=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11BE is #50EE41. Grayscale: #535353. Windows color (decimal): -5303874 or 12456367. OLE color: 12456367.

HSL color Cylindrical-coordinate representation of color #AF11BE: hue angle of 294.8º 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 #AF11BE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 17 190 -
CMYK 0.08 0.91 0 0.25
HSL 294.8º 0.84% 0.41% -
HSV(B) 294.8º 0.91% 0.75% -
XYZ 27.17 13.23 49.84 -
YUV 83.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 175 17 190 0.08 0.91 0 0.25 294.8 0.84 0.41
Hex AF 11 BE 8 5B 0 19 127 54 29
Octal 257 21 276 10 133 0 31 447 124 51
Binary 10101111 10001 10111110 1000 1011011 0 11001 100100111 1010100 101001

Color Harmonies of #AF11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11BE

Black with #AF11BE

Text Example


Text Example

White with #AF11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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