Html Css Color HEX #AE0BAE Deep Magenta

📋 copy color: '#AE0BAE'

red 174 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #AE0BAE

Tints of Deep Magenta #AE0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

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

R = 48.47%
G = 3.06%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE0BAE (or 0xAE0BAE) is known color: Deep Magenta. HEX triplet: AE, 0B and AE. RGB value is (174,11,174). Sum of RGB (Red+Green+Blue) = 174+11+174=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BAE is #51F451. Grayscale: #4D4D4D. Windows color (decimal): -5370962 or 11406254. OLE color: 11406254.

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

Color convert

RGB 174 11 174 -
CMYK 0 0.94 0 0.32
HSL 300º 0.88% 0.36% -
HSV(B) 300º 0.94% 0.68% -
XYZ 25.22 12.29 41.09 -
YUV 78.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 174 11 174 0 0.94 0 0.32 300 0.88 0.36
Hex AE B AE 0 5E 0 20 12C 58 24
Octal 256 13 256 0 136 0 40 454 130 44
Binary 10101110 1011 10101110 0 1011110 0 100000 100101100 1011000 100100

Color Harmonies of #AE0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BAE

Black with #AE0BAE

Text Example


Text Example

White with #AE0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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