Html Css Color HEX #AE14BF Deep Magenta

📋 copy color: '#AE14BF'

red 174 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #AE14BF

Tints of Deep Magenta #AE14BF

RGB

 RED value IS 174 (68.36% from 255) = 45.19%

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 45.19%
G = 5.19%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE14BF (or 0xAE14BF) is known color: Deep Magenta. HEX triplet: AE, 14 and BF. RGB value is (174,20,191). Sum of RGB (Red+Green+Blue) = 174+20+191=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE14BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14BF is #51EB40. Grayscale: #555555. Windows color (decimal): -5368641 or 12522670. OLE color: 12522670.

HSL color Cylindrical-coordinate representation of color #AE14BF: hue angle of 294.04º degrees, saturation: 0.81, 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 #AE14BF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 20 191 -
CMYK 0.09 0.90 0 0.25
HSL 294.04º 0.81% 0.41% -
HSV(B) 294.04º 0.9% 0.75% -
XYZ 27.11 13.26 50.42 -
YUV 85.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 174 20 191 0.09 0.90 0 0.25 294.04 0.81 0.41
Hex AE 14 BF 9 5A 0 19 126 51 29
Octal 256 24 277 11 132 0 31 446 121 51
Binary 10101110 10100 10111111 1001 1011010 0 11001 100100110 1010001 101001

Color Harmonies of #AE14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14BF

Black with #AE14BF

Text Example


Text Example

White with #AE14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14BF; }

 p { color: rgb(174,20,191); }

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

background-color css

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

 a { background-color: rgb(174,20,191); }

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

border-color css

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

 span { border-color: rgb(174,20,191); }

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