Html Css Color HEX #AE1AAA Deep Magenta

📋 copy color: '#AE1AAA'

red 174 ◦ green 26 ◦ blue 170

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

Shades of Deep Magenta #AE1AAA

Tints of Deep Magenta #AE1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 47.03%
G = 7.03%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE1AAA (or 0xAE1AAA) is known color: Deep Magenta. HEX triplet: AE, 1A and AA. RGB value is (174,26,170). Sum of RGB (Red+Green+Blue) = 174+26+170=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AAA is #51E555. Grayscale: #565656. Windows color (decimal): -5367126 or 11147950. OLE color: 11147950.

HSL color Cylindrical-coordinate representation of color #AE1AAA: hue angle of 301.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1AAA is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 26 170 -
CMYK 0 0.85 0.02 0.32
HSL 301.62º 0.74% 0.39% -
HSV(B) 301.62º 0.85% 0.68% -
XYZ 25.08 12.64 39.15 -
YUV 86.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 174 26 170 0 0.85 0.02 0.32 301.62 0.74 0.39
Hex AE 1A AA 0 55 2 20 12E 4A 27
Octal 256 32 252 0 125 2 40 456 112 47
Binary 10101110 11010 10101010 0 1010101 10 100000 100101110 1001010 100111

Color Harmonies of #AE1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1AAA

Black with #AE1AAA

Text Example


Text Example

White with #AE1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1AAA; }

 p { color: rgb(174,26,170); }

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

background-color css

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

 a { background-color: rgb(174,26,170); }

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

border-color css

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

 span { border-color: rgb(174,26,170); }

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