Html Css Color HEX #AF13BE Deep Magenta

📋 copy color: '#AF13BE'

red 175 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #AF13BE

Tints of Deep Magenta #AF13BE

RGB

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

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

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

R = 45.57%
G = 4.95%
B = 49.48%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF13BE (or 0xAF13BE) is known color: Deep Magenta. HEX triplet: AF, 13 and BE. RGB value is (175,19,190). Sum of RGB (Red+Green+Blue) = 175+19+190=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13BE is #50EC41. Grayscale: #545454. Windows color (decimal): -5303362 or 12456879. OLE color: 12456879.

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

Color convert

RGB 175 19 190 -
CMYK 0.08 0.90 0 0.25
HSL 294.74º 0.82% 0.41% -
HSV(B) 294.74º 0.9% 0.75% -
XYZ 27.21 13.3 49.85 -
YUV 85.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 175 19 190 0.08 0.90 0 0.25 294.74 0.82 0.41
Hex AF 13 BE 8 5A 0 19 127 52 29
Octal 257 23 276 10 132 0 31 447 122 51
Binary 10101111 10011 10111110 1000 1011010 0 11001 100100111 1010010 101001

Color Harmonies of #AF13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13BE

Black with #AF13BE

Text Example


Text Example

White with #AF13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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