Html Css Color HEX #AE0CB8 Deep Magenta

📋 copy color: '#AE0CB8'

red 174 ◦ green 12 ◦ blue 184

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

Shades of Deep Magenta #AE0CB8

Tints of Deep Magenta #AE0CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.73%

R = 47.03%
G = 3.24%
B = 49.73%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE0CB8 (or 0xAE0CB8) is known color: Deep Magenta. HEX triplet: AE, 0C and B8. RGB value is (174,12,184). Sum of RGB (Red+Green+Blue) = 174+12+184=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE0CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CB8 is #51F347. Grayscale: #4F4F4F. Windows color (decimal): -5370696 or 12061870. OLE color: 12061870.

HSL color Cylindrical-coordinate representation of color #AE0CB8: hue angle of 296.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0CB8 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 12 184 -
CMYK 0.05 0.93 0 0.28
HSL 296.51º 0.88% 0.38% -
HSV(B) 296.51º 0.93% 0.72% -
XYZ 26.24 12.72 46.42 -
YUV 80.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 174 12 184 0.05 0.93 0 0.28 296.51 0.88 0.38
Hex AE C B8 5 5D 0 1C 129 58 26
Octal 256 14 270 5 135 0 34 451 130 46
Binary 10101110 1100 10111000 101 1011101 0 11100 100101001 1011000 100110

Color Harmonies of #AE0CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CB8

Black with #AE0CB8

Text Example


Text Example

White with #AE0CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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