Html Css Color HEX #AE0BAB Deep Magenta

📋 copy color: '#AE0BAB'

red 174 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #AE0BAB

Tints of Deep Magenta #AE0BAB

RGB

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

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

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

R = 48.88%
G = 3.09%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE0BAB (or 0xAE0BAB) is known color: Deep Magenta. HEX triplet: AE, 0B and AB. RGB value is (174,11,171). Sum of RGB (Red+Green+Blue) = 174+11+171=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0BAB is #51F454. Grayscale: #4D4D4D. Windows color (decimal): -5370965 or 11209646. OLE color: 11209646.

HSL color Cylindrical-coordinate representation of color #AE0BAB: hue angle of 301.1º 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 #AE0BAB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 11 171 -
CMYK 0 0.94 0.02 0.32
HSL 301.1º 0.88% 0.36% -
HSV(B) 301.1º 0.94% 0.68% -
XYZ 24.93 12.18 39.56 -
YUV 77.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 174 11 171 0 0.94 0.02 0.32 301.1 0.88 0.36
Hex AE B AB 0 5E 2 20 12D 58 24
Octal 256 13 253 0 136 2 40 455 130 44
Binary 10101110 1011 10101011 0 1011110 10 100000 100101101 1011000 100100

Color Harmonies of #AE0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BAB

Black with #AE0BAB

Text Example


Text Example

White with #AE0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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