Html Css Color HEX #AE0FAE Deep Magenta

📋 copy color: '#AE0FAE'

red 174 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #AE0FAE

Tints of Deep Magenta #AE0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

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

R = 47.93%
G = 4.13%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE0FAE (or 0xAE0FAE) is known color: Deep Magenta. HEX triplet: AE, 0F and AE. RGB value is (174,15,174). Sum of RGB (Red+Green+Blue) = 174+15+174=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0FAE is #51F051. Grayscale: #505050. Windows color (decimal): -5369938 or 11407278. OLE color: 11407278.

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

Color convert

RGB 174 15 174 -
CMYK 0 0.91 0 0.32
HSL 300º 0.84% 0.37% -
HSV(B) 300º 0.91% 0.68% -
XYZ 25.27 12.4 41.11 -
YUV 80.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 174 15 174 0 0.91 0 0.32 300 0.84 0.37
Hex AE F AE 0 5B 0 20 12C 54 25
Octal 256 17 256 0 133 0 40 454 124 45
Binary 10101110 1111 10101110 0 1011011 0 100000 100101100 1010100 100101

Color Harmonies of #AE0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0FAE

Black with #AE0FAE

Text Example


Text Example

White with #AE0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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