Html Css Color HEX #AE1CAE Deep Magenta

📋 copy color: '#AE1CAE'

red 174 ◦ green 28 ◦ blue 174

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

Shades of Deep Magenta #AE1CAE

Tints of Deep Magenta #AE1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

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

R = 46.28%
G = 7.45%
B = 46.28%

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

#AE1CAE (or 0xAE1CAE) is known color: Deep Magenta. HEX triplet: AE, 1C and AE. RGB value is (174,28,174). Sum of RGB (Red+Green+Blue) = 174+28+174=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE1CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CAE is #51E351. Grayscale: #575757. Windows color (decimal): -5366610 or 11410606. OLE color: 11410606.

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

Color convert

RGB 174 28 174 -
CMYK 0 0.84 0 0.32
HSL 300º 0.72% 0.4% -
HSV(B) 300º 0.84% 0.68% -
XYZ 25.51 12.89 41.19 -
YUV 88.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 174 28 174 0 0.84 0 0.32 300 0.72 0.4
Hex AE 1C AE 0 54 0 20 12C 48 28
Octal 256 34 256 0 124 0 40 454 110 50
Binary 10101110 11100 10101110 0 1010100 0 100000 100101100 1001000 101000

Color Harmonies of #AE1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CAE

Black with #AE1CAE

Text Example


Text Example

White with #AE1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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