Html Css Color HEX #AE12BD Deep Magenta

📋 copy color: '#AE12BD'

red 174 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #AE12BD

Tints of Deep Magenta #AE12BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.72%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 45.67%
G = 4.72%
B = 49.61%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE12BD (or 0xAE12BD) is known color: Deep Magenta. HEX triplet: AE, 12 and BD. RGB value is (174,18,189). Sum of RGB (Red+Green+Blue) = 174+18+189=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE12BD is #51ED42. Grayscale: #535353. Windows color (decimal): -5369155 or 12391086. OLE color: 12391086.

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

Color convert

RGB 174 18 189 -
CMYK 0.08 0.90 0 0.26
HSL 294.74º 0.83% 0.41% -
HSV(B) 294.74º 0.9% 0.74% -
XYZ 26.86 13.11 49.26 -
YUV 84.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 174 18 189 0.08 0.90 0 0.26 294.74 0.83 0.41
Hex AE 12 BD 8 5A 0 1A 127 53 29
Octal 256 22 275 10 132 0 32 447 123 51
Binary 10101110 10010 10111101 1000 1011010 0 11010 100100111 1010011 101001

Color Harmonies of #AE12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE12BD

Black with #AE12BD

Text Example


Text Example

White with #AE12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE12BD; }

 p { color: rgb(174,18,189); }

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

background-color css

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

 a { background-color: rgb(174,18,189); }

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

border-color css

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

 span { border-color: rgb(174,18,189); }

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