Html Css Color HEX #AE1BAE Deep Magenta

📋 copy color: '#AE1BAE'

red 174 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #AE1BAE

Tints of Deep Magenta #AE1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 46.4%
G = 7.2%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE1BAE (or 0xAE1BAE) is known color: Deep Magenta. HEX triplet: AE, 1B and AE. RGB value is (174,27,174). Sum of RGB (Red+Green+Blue) = 174+27+174=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BAE is #51E451. Grayscale: #575757. Windows color (decimal): -5366866 or 11410350. OLE color: 11410350.

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

Color convert

RGB 174 27 174 -
CMYK 0 0.84 0 0.32
HSL 300º 0.73% 0.39% -
HSV(B) 300º 0.84% 0.68% -
XYZ 25.49 12.84 41.18 -
YUV 87.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 174 27 174 0 0.84 0 0.32 300 0.73 0.39
Hex AE 1B AE 0 54 0 20 12C 49 27
Octal 256 33 256 0 124 0 40 454 111 47
Binary 10101110 11011 10101110 0 1010100 0 100000 100101100 1001001 100111

Color Harmonies of #AE1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BAE

Black with #AE1BAE

Text Example


Text Example

White with #AE1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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