Html Css Color HEX #AF11B8 Deep Magenta

📋 copy color: '#AF11B8'

red 175 ◦ green 17 ◦ blue 184

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

Shades of Deep Magenta #AF11B8

Tints of Deep Magenta #AF11B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 46.54%
G = 4.52%
B = 48.94%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF11B8 (or 0xAF11B8) is known color: Deep Magenta. HEX triplet: AF, 11 and B8. RGB value is (175,17,184). Sum of RGB (Red+Green+Blue) = 175+17+184=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF11B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11B8 is #50EE47. Grayscale: #525252. Windows color (decimal): -5303880 or 12063151. OLE color: 12063151.

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

Color convert

RGB 175 17 184 -
CMYK 0.05 0.91 0 0.28
HSL 296.77º 0.83% 0.39% -
HSV(B) 296.77º 0.91% 0.72% -
XYZ 26.53 12.98 46.45 -
YUV 83.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 175 17 184 0.05 0.91 0 0.28 296.77 0.83 0.39
Hex AF 11 B8 5 5B 0 1C 129 53 27
Octal 257 21 270 5 133 0 34 451 123 47
Binary 10101111 10001 10111000 101 1011011 0 11100 100101001 1010011 100111

Color Harmonies of #AF11B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11B8

Black with #AF11B8

Text Example


Text Example

White with #AF11B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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