Html Css Color HEX #AE18AB Deep Magenta

📋 copy color: '#AE18AB'

red 174 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #AE18AB

Tints of Deep Magenta #AE18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

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

R = 47.15%
G = 6.5%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE18AB (or 0xAE18AB) is known color: Deep Magenta. HEX triplet: AE, 18 and AB. RGB value is (174,24,171). Sum of RGB (Red+Green+Blue) = 174+24+171=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE18AB is #51E754. Grayscale: #555555. Windows color (decimal): -5367637 or 11212974. OLE color: 11212974.

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

Color convert

RGB 174 24 171 -
CMYK 0 0.86 0.02 0.32
HSL 301.2º 0.76% 0.39% -
HSV(B) 301.2º 0.86% 0.68% -
XYZ 25.13 12.59 39.63 -
YUV 85.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 174 24 171 0 0.86 0.02 0.32 301.2 0.76 0.39
Hex AE 18 AB 0 56 2 20 12D 4C 27
Octal 256 30 253 0 126 2 40 455 114 47
Binary 10101110 11000 10101011 0 1010110 10 100000 100101101 1001100 100111

Color Harmonies of #AE18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18AB

Black with #AE18AB

Text Example


Text Example

White with #AE18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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