Html Css Color HEX #AF13BA Deep Magenta

📋 copy color: '#AF13BA'

red 175 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #AF13BA

Tints of Deep Magenta #AF13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5%

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

R = 46.05%
G = 5%
B = 48.95%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF13BA (or 0xAF13BA) is known color: Deep Magenta. HEX triplet: AF, 13 and BA. RGB value is (175,19,186). Sum of RGB (Red+Green+Blue) = 175+19+186=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF13BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13BA is #50EC45. Grayscale: #545454. Windows color (decimal): -5303366 or 12194735. OLE color: 12194735.

HSL color Cylindrical-coordinate representation of color #AF13BA: hue angle of 296.05º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF13BA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 19 186 -
CMYK 0.06 0.90 0 0.27
HSL 296.05º 0.81% 0.4% -
HSV(B) 296.05º 0.9% 0.73% -
XYZ 26.78 13.12 47.58 -
YUV 84.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 175 19 186 0.06 0.90 0 0.27 296.05 0.81 0.4
Hex AF 13 BA 6 5A 0 1B 128 51 28
Octal 257 23 272 6 132 0 33 450 121 50
Binary 10101111 10011 10111010 110 1011010 0 11011 100101000 1010001 101000

Color Harmonies of #AF13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13BA

Black with #AF13BA

Text Example


Text Example

White with #AF13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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