Html Css Color HEX #AE10AB Deep Magenta

📋 copy color: '#AE10AB'

red 174 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #AE10AB

Tints of Deep Magenta #AE10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 48.2%
G = 4.43%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE10AB (or 0xAE10AB) is known color: Deep Magenta. HEX triplet: AE, 10 and AB. RGB value is (174,16,171). Sum of RGB (Red+Green+Blue) = 174+16+171=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE10AB is #51EF54. Grayscale: #505050. Windows color (decimal): -5369685 or 11210926. OLE color: 11210926.

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

Color convert

RGB 174 16 171 -
CMYK 0 0.91 0.02 0.32
HSL 301.14º 0.83% 0.37% -
HSV(B) 301.14º 0.91% 0.68% -
XYZ 24.99 12.31 39.59 -
YUV 80.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 174 16 171 0 0.91 0.02 0.32 301.14 0.83 0.37
Hex AE 10 AB 0 5B 2 20 12D 53 25
Octal 256 20 253 0 133 2 40 455 123 45
Binary 10101110 10000 10101011 0 1011011 10 100000 100101101 1010011 100101

Color Harmonies of #AE10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10AB

Black with #AE10AB

Text Example


Text Example

White with #AE10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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