Html Css Color HEX #AE1AAC Deep Magenta

📋 copy color: '#AE1AAC'

red 174 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #AE1AAC

Tints of Deep Magenta #AE1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 46.77%
G = 6.99%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE1AAC (or 0xAE1AAC) is known color: Deep Magenta. HEX triplet: AE, 1A and AC. RGB value is (174,26,172). Sum of RGB (Red+Green+Blue) = 174+26+172=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AAC is #51E553. Grayscale: #565656. Windows color (decimal): -5367124 or 11279022. OLE color: 11279022.

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

Color convert

RGB 174 26 172 -
CMYK 0 0.85 0.01 0.32
HSL 300.81º 0.74% 0.39% -
HSV(B) 300.81º 0.85% 0.68% -
XYZ 25.27 12.72 40.15 -
YUV 86.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 174 26 172 0 0.85 0.01 0.32 300.81 0.74 0.39
Hex AE 1A AC 0 55 1 20 12D 4A 27
Octal 256 32 254 0 125 1 40 455 112 47
Binary 10101110 11010 10101100 0 1010101 1 100000 100101101 1001010 100111

Color Harmonies of #AE1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1AAC

Black with #AE1AAC

Text Example


Text Example

White with #AE1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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