Html Css Color HEX #AE17BD Deep Magenta

📋 copy color: '#AE17BD'

red 174 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #AE17BD

Tints of Deep Magenta #AE17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.96%

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

R = 45.08%
G = 5.96%
B = 48.96%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE17BD (or 0xAE17BD) is known color: Deep Magenta. HEX triplet: AE, 17 and BD. RGB value is (174,23,189). Sum of RGB (Red+Green+Blue) = 174+23+189=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17BD is #51E842. Grayscale: #565656. Windows color (decimal): -5367875 or 12392366. OLE color: 12392366.

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

Color convert

RGB 174 23 189 -
CMYK 0.08 0.88 0 0.26
HSL 294.58º 0.78% 0.42% -
HSV(B) 294.58º 0.88% 0.74% -
XYZ 26.95 13.29 49.29 -
YUV 87.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 174 23 189 0.08 0.88 0 0.26 294.58 0.78 0.42
Hex AE 17 BD 8 58 0 1A 127 4E 2A
Octal 256 27 275 10 130 0 32 447 116 52
Binary 10101110 10111 10111101 1000 1011000 0 11010 100100111 1001110 101010

Color Harmonies of #AE17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17BD

Black with #AE17BD

Text Example


Text Example

White with #AE17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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