Html Css Color HEX #AE1AAE Deep Magenta

📋 copy color: '#AE1AAE'

red 174 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #AE1AAE

Tints of Deep Magenta #AE1AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 46.52%
G = 6.95%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE1AAE (or 0xAE1AAE) is known color: Deep Magenta. HEX triplet: AE, 1A and AE. RGB value is (174,26,174). Sum of RGB (Red+Green+Blue) = 174+26+174=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AAE is #51E551. Grayscale: #565656. Windows color (decimal): -5367122 or 11410094. OLE color: 11410094.

HSL color Cylindrical-coordinate representation of color #AE1AAE: hue angle of 300º 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 #AE1AAE is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 26 174 -
CMYK 0 0.85 0 0.32
HSL 300º 0.74% 0.39% -
HSV(B) 300º 0.85% 0.68% -
XYZ 25.46 12.79 41.17 -
YUV 87.12 177.03 189.97 -
System Red Green Blue C M Y K H S L
Decimal 174 26 174 0 0.85 0 0.32 300 0.74 0.39
Hex AE 1A AE 0 55 0 20 12C 4A 27
Octal 256 32 256 0 125 0 40 454 112 47
Binary 10101110 11010 10101110 0 1010101 0 100000 100101100 1001010 100111

Color Harmonies of #AE1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1AAE

Black with #AE1AAE

Text Example


Text Example

White with #AE1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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