Html Css Color HEX #AE0BBA Deep Magenta

📋 copy color: '#AE0BBA'

red 174 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #AE0BBA

Tints of Deep Magenta #AE0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 46.9%
G = 2.96%
B = 50.13%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE0BBA (or 0xAE0BBA) is known color: Deep Magenta. HEX triplet: AE, 0B and BA. RGB value is (174,11,186). Sum of RGB (Red+Green+Blue) = 174+11+186=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BBA is #51F445. Grayscale: #4F4F4F. Windows color (decimal): -5370950 or 12192686. OLE color: 12192686.

HSL color Cylindrical-coordinate representation of color #AE0BBA: hue angle of 295.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BBA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 11 186 -
CMYK 0.06 0.94 0 0.27
HSL 295.89º 0.89% 0.39% -
HSV(B) 295.89º 0.94% 0.73% -
XYZ 26.44 12.78 47.53 -
YUV 79.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 174 11 186 0.06 0.94 0 0.27 295.89 0.89 0.39
Hex AE B BA 6 5E 0 1B 128 59 27
Octal 256 13 272 6 136 0 33 450 131 47
Binary 10101110 1011 10111010 110 1011110 0 11011 100101000 1011001 100111

Color Harmonies of #AE0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BBA

Black with #AE0BBA

Text Example


Text Example

White with #AE0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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