Html Css Color HEX #AE04AA Deep Magenta

📋 copy color: '#AE04AA'

red 174 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #AE04AA

Tints of Deep Magenta #AE04AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 50%
G = 1.15%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE04AA (or 0xAE04AA) is known color: Deep Magenta. HEX triplet: AE, 04 and AA. RGB value is (174,4,170). Sum of RGB (Red+Green+Blue) = 174+4+170=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE04AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE04AA is #51FB55. Grayscale: #494949. Windows color (decimal): -5372758 or 11142318. OLE color: 11142318.

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

Color convert

RGB 174 4 170 -
CMYK 0 0.98 0.02 0.32
HSL 301.41º 0.96% 0.35% -
HSV(B) 301.41º 0.98% 0.68% -
XYZ 24.75 11.99 39.04 -
YUV 73.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 174 4 170 0 0.98 0.02 0.32 301.41 0.96 0.35
Hex AE 4 AA 0 62 2 20 12D 60 23
Octal 256 4 252 0 142 2 40 455 140 43
Binary 10101110 100 10101010 0 1100010 10 100000 100101101 1100000 100011

Color Harmonies of #AE04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04AA

Black with #AE04AA

Text Example


Text Example

White with #AE04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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