Html Css Color HEX #AF14BE Deep Magenta

📋 copy color: '#AF14BE'

red 175 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #AF14BE

Tints of Deep Magenta #AF14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 45.45%
G = 5.19%
B = 49.35%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF14BE (or 0xAF14BE) is known color: Deep Magenta. HEX triplet: AF, 14 and BE. RGB value is (175,20,190). Sum of RGB (Red+Green+Blue) = 175+20+190=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14BE is #50EB41. Grayscale: #555555. Windows color (decimal): -5303106 or 12457135. OLE color: 12457135.

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

Color convert

RGB 175 20 190 -
CMYK 0.08 0.89 0 0.25
HSL 294.71º 0.81% 0.41% -
HSV(B) 294.71º 0.89% 0.75% -
XYZ 27.22 13.33 49.85 -
YUV 85.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 175 20 190 0.08 0.89 0 0.25 294.71 0.81 0.41
Hex AF 14 BE 8 59 0 19 127 51 29
Octal 257 24 276 10 131 0 31 447 121 51
Binary 10101111 10100 10111110 1000 1011001 0 11001 100100111 1010001 101001

Color Harmonies of #AF14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14BE

Black with #AF14BE

Text Example


Text Example

White with #AF14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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