Html Css Color HEX #AE0CBA Deep Magenta

📋 copy color: '#AE0CBA'

red 174 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #AE0CBA

Tints of Deep Magenta #AE0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 46.77%
G = 3.23%
B = 50%

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

#AE0CBA (or 0xAE0CBA) is known color: Deep Magenta. HEX triplet: AE, 0C and BA. RGB value is (174,12,186). Sum of RGB (Red+Green+Blue) = 174+12+186=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CBA is #51F345. Grayscale: #4F4F4F. Windows color (decimal): -5370694 or 12192942. OLE color: 12192942.

HSL color Cylindrical-coordinate representation of color #AE0CBA: hue angle of 295.86º degrees, saturation: 0.88, 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 #AE0CBA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 12 186 -
CMYK 0.06 0.94 0 0.27
HSL 295.86º 0.88% 0.39% -
HSV(B) 295.86º 0.94% 0.73% -
XYZ 26.45 12.81 47.53 -
YUV 80.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 174 12 186 0.06 0.94 0 0.27 295.86 0.88 0.39
Hex AE C BA 6 5E 0 1B 128 58 27
Octal 256 14 272 6 136 0 33 450 130 47
Binary 10101110 1100 10111010 110 1011110 0 11011 100101000 1011000 100111

Color Harmonies of #AE0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CBA

Black with #AE0CBA

Text Example


Text Example

White with #AE0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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