Html Css Color HEX #AE16BD Deep Magenta

📋 copy color: '#AE16BD'

red 174 ◦ green 22 ◦ blue 189

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

Shades of Deep Magenta #AE16BD

Tints of Deep Magenta #AE16BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 45.19%
G = 5.71%
B = 49.09%

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

#AE16BD (or 0xAE16BD) is known color: Deep Magenta. HEX triplet: AE, 16 and BD. RGB value is (174,22,189). Sum of RGB (Red+Green+Blue) = 174+22+189=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE16BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16BD is #51E942. Grayscale: #555555. Windows color (decimal): -5368131 or 12392110. OLE color: 12392110.

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

Color convert

RGB 174 22 189 -
CMYK 0.08 0.88 0 0.26
HSL 294.61º 0.79% 0.41% -
HSV(B) 294.61º 0.88% 0.74% -
XYZ 26.93 13.25 49.28 -
YUV 86.49 185.86 190.42 -
System Red Green Blue C M Y K H S L
Decimal 174 22 189 0.08 0.88 0 0.26 294.61 0.79 0.41
Hex AE 16 BD 8 58 0 1A 127 4F 29
Octal 256 26 275 10 130 0 32 447 117 51
Binary 10101110 10110 10111101 1000 1011000 0 11010 100100111 1001111 101001

Color Harmonies of #AE16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16BD

Black with #AE16BD

Text Example


Text Example

White with #AE16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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