Html Css Color HEX #AF11BA Deep Magenta

📋 copy color: '#AF11BA'

red 175 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #AF11BA

Tints of Deep Magenta #AF11BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 46.3%
G = 4.5%
B = 49.21%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF11BA (or 0xAF11BA) is known color: Deep Magenta. HEX triplet: AF, 11 and BA. RGB value is (175,17,186). Sum of RGB (Red+Green+Blue) = 175+17+186=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11BA is #50EE45. Grayscale: #525252. Windows color (decimal): -5303878 or 12194223. OLE color: 12194223.

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

Color convert

RGB 175 17 186 -
CMYK 0.06 0.91 0 0.27
HSL 296.09º 0.83% 0.4% -
HSV(B) 296.09º 0.91% 0.73% -
XYZ 26.74 13.06 47.57 -
YUV 83.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 175 17 186 0.06 0.91 0 0.27 296.09 0.83 0.4
Hex AF 11 BA 6 5B 0 1B 128 53 28
Octal 257 21 272 6 133 0 33 450 123 50
Binary 10101111 10001 10111010 110 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #AF11BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11BA

Black with #AF11BA

Text Example


Text Example

White with #AF11BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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