Html Css Color HEX #AE0BC0 Deep Magenta

📋 copy color: '#AE0BC0'

red 174 ◦ green 11 ◦ blue 192

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

Shades of Deep Magenta #AE0BC0

Tints of Deep Magenta #AE0BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 46.15%
G = 2.92%
B = 50.93%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE0BC0 (or 0xAE0BC0) is known color: Deep Magenta. HEX triplet: AE, 0B and C0. RGB value is (174,11,192). Sum of RGB (Red+Green+Blue) = 174+11+192=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE0BC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BC0 is #51F43F. Grayscale: #4F4F4F. Windows color (decimal): -5370944 or 12585902. OLE color: 12585902.

HSL color Cylindrical-coordinate representation of color #AE0BC0: hue angle of 294.03º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0BC0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 11 192 -
CMYK 0.09 0.94 0 0.25
HSL 294.03º 0.89% 0.4% -
HSV(B) 294.03º 0.94% 0.75% -
XYZ 27.09 13.04 50.96 -
YUV 80.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 174 11 192 0.09 0.94 0 0.25 294.03 0.89 0.4
Hex AE B C0 9 5E 0 19 126 59 28
Octal 256 13 300 11 136 0 31 446 131 50
Binary 10101110 1011 11000000 1001 1011110 0 11001 100100110 1011001 101000

Color Harmonies of #AE0BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BC0

Black with #AE0BC0

Text Example


Text Example

White with #AE0BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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