Html Css Color HEX #AE10BA Deep Magenta

📋 copy color: '#AE10BA'

red 174 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #AE10BA

Tints of Deep Magenta #AE10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 46.28%
G = 4.26%
B = 49.47%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE10BA (or 0xAE10BA) is known color: Deep Magenta. HEX triplet: AE, 10 and BA. RGB value is (174,16,186). Sum of RGB (Red+Green+Blue) = 174+16+186=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10BA is #51EF45. Grayscale: #525252. Windows color (decimal): -5369670 or 12193966. OLE color: 12193966.

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

Color convert

RGB 174 16 186 -
CMYK 0.06 0.91 0 0.27
HSL 295.76º 0.84% 0.4% -
HSV(B) 295.76º 0.91% 0.73% -
XYZ 26.5 12.91 47.55 -
YUV 82.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 174 16 186 0.06 0.91 0 0.27 295.76 0.84 0.4
Hex AE 10 BA 6 5B 0 1B 128 54 28
Octal 256 20 272 6 133 0 33 450 124 50
Binary 10101110 10000 10111010 110 1011011 0 11011 100101000 1010100 101000

Color Harmonies of #AE10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10BA

Black with #AE10BA

Text Example


Text Example

White with #AE10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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