Html Css Color HEX #AE0BAC Deep Magenta

📋 copy color: '#AE0BAC'

red 174 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #AE0BAC

Tints of Deep Magenta #AE0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.08%

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 48.74%
G = 3.08%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE0BAC (or 0xAE0BAC) is known color: Deep Magenta. HEX triplet: AE, 0B and AC. RGB value is (174,11,172). Sum of RGB (Red+Green+Blue) = 174+11+172=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BAC is #51F453. Grayscale: #4D4D4D. Windows color (decimal): -5370964 or 11275182. OLE color: 11275182.

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

Color convert

RGB 174 11 172 -
CMYK 0 0.94 0.01 0.32
HSL 300.74º 0.88% 0.36% -
HSV(B) 300.74º 0.94% 0.68% -
XYZ 25.02 12.22 40.07 -
YUV 78.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 174 11 172 0 0.94 0.01 0.32 300.74 0.88 0.36
Hex AE B AC 0 5E 1 20 12D 58 24
Octal 256 13 254 0 136 1 40 455 130 44
Binary 10101110 1011 10101100 0 1011110 1 100000 100101101 1011000 100100

Color Harmonies of #AE0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BAC

Black with #AE0BAC

Text Example


Text Example

White with #AE0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BAC; }

 p { color: rgb(174,11,172); }

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

background-color css

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

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

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

border-color css

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

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

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