Html Css Color HEX #AE15BD Deep Magenta

📋 copy color: '#AE15BD'

red 174 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #AE15BD

Tints of Deep Magenta #AE15BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 45.31%
G = 5.47%
B = 49.22%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE15BD (or 0xAE15BD) is known color: Deep Magenta. HEX triplet: AE, 15 and BD. RGB value is (174,21,189). Sum of RGB (Red+Green+Blue) = 174+21+189=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15BD is #51EA42. Grayscale: #555555. Windows color (decimal): -5368387 or 12391854. OLE color: 12391854.

HSL color Cylindrical-coordinate representation of color #AE15BD: hue angle of 294.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE15BD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 21 189 -
CMYK 0.08 0.89 0 0.26
HSL 294.64º 0.8% 0.41% -
HSV(B) 294.64º 0.89% 0.74% -
XYZ 26.91 13.21 49.28 -
YUV 85.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 174 21 189 0.08 0.89 0 0.26 294.64 0.8 0.41
Hex AE 15 BD 8 59 0 1A 127 50 29
Octal 256 25 275 10 131 0 32 447 120 51
Binary 10101110 10101 10111101 1000 1011001 0 11010 100100111 1010000 101001

Color Harmonies of #AE15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15BD

Black with #AE15BD

Text Example


Text Example

White with #AE15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15BD; }

 p { color: rgb(174,21,189); }

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

background-color css

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

 a { background-color: rgb(174,21,189); }

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

border-color css

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

 span { border-color: rgb(174,21,189); }

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