Html Css Color HEX #AE01AE Deep Magenta

📋 copy color: '#AE01AE'

red 174 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #AE01AE

Tints of Deep Magenta #AE01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 49.86%
G = 0.29%
B = 49.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE01AE (or 0xAE01AE) is known color: Deep Magenta. HEX triplet: AE, 01 and AE. RGB value is (174,1,174). Sum of RGB (Red+Green+Blue) = 174+1+174=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01AE is #51FE51. Grayscale: #474747. Windows color (decimal): -5373522 or 11403694. OLE color: 11403694.

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

Color convert

RGB 174 1 174 -
CMYK 0 0.99 0 0.32
HSL 300º 0.99% 0.34% -
HSV(B) 300º 0.99% 0.68% -
XYZ 25.11 12.08 41.05 -
YUV 72.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 174 1 174 0 0.99 0 0.32 300 0.99 0.34
Hex AE 1 AE 0 63 0 20 12C 63 22
Octal 256 1 256 0 143 0 40 454 143 42
Binary 10101110 1 10101110 0 1100011 0 100000 100101100 1100011 100010

Color Harmonies of #AE01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE01AE

Black with #AE01AE

Text Example


Text Example

White with #AE01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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