Html Css Color HEX #AE15AB Deep Magenta

📋 copy color: '#AE15AB'

red 174 ◦ green 21 ◦ blue 171

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

Shades of Deep Magenta #AE15AB

Tints of Deep Magenta #AE15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 47.54%
G = 5.74%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE15AB (or 0xAE15AB) is known color: Deep Magenta. HEX triplet: AE, 15 and AB. RGB value is (174,21,171). Sum of RGB (Red+Green+Blue) = 174+21+171=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE15AB is #51EA54. Grayscale: #535353. Windows color (decimal): -5368405 or 11212206. OLE color: 11212206.

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

Color convert

RGB 174 21 171 -
CMYK 0 0.88 0.02 0.32
HSL 301.18º 0.78% 0.38% -
HSV(B) 301.18º 0.88% 0.68% -
XYZ 25.07 12.48 39.61 -
YUV 83.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 174 21 171 0 0.88 0.02 0.32 301.18 0.78 0.38
Hex AE 15 AB 0 58 2 20 12D 4E 26
Octal 256 25 253 0 130 2 40 455 116 46
Binary 10101110 10101 10101011 0 1011000 10 100000 100101101 1001110 100110

Color Harmonies of #AE15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15AB

Black with #AE15AB

Text Example


Text Example

White with #AE15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15AB; }

 p { color: rgb(174,21,171); }

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

background-color css

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

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

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

border-color css

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

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

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