Html Css Color HEX #AE09AB Deep Magenta

📋 copy color: '#AE09AB'

red 174 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #AE09AB

Tints of Deep Magenta #AE09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

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

R = 49.15%
G = 2.54%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE09AB (or 0xAE09AB) is known color: Deep Magenta. HEX triplet: AE, 09 and AB. RGB value is (174,9,171). Sum of RGB (Red+Green+Blue) = 174+9+171=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE09AB is #51F654. Grayscale: #4C4C4C. Windows color (decimal): -5371477 or 11209134. OLE color: 11209134.

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

Color convert

RGB 174 9 171 -
CMYK 0 0.95 0.02 0.32
HSL 301.09º 0.9% 0.36% -
HSV(B) 301.09º 0.95% 0.68% -
XYZ 24.9 12.13 39.56 -
YUV 76.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 174 9 171 0 0.95 0.02 0.32 301.09 0.9 0.36
Hex AE 9 AB 0 5F 2 20 12D 5A 24
Octal 256 11 253 0 137 2 40 455 132 44
Binary 10101110 1001 10101011 0 1011111 10 100000 100101101 1011010 100100

Color Harmonies of #AE09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09AB

Black with #AE09AB

Text Example


Text Example

White with #AE09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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