Html Css Color HEX #AE17BB Deep Magenta

📋 copy color: '#AE17BB'

red 174 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #AE17BB

Tints of Deep Magenta #AE17BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 45.31%
G = 5.99%
B = 48.7%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE17BB (or 0xAE17BB) is known color: Deep Magenta. HEX triplet: AE, 17 and BB. RGB value is (174,23,187). Sum of RGB (Red+Green+Blue) = 174+23+187=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE17BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17BB is #51E844. Grayscale: #565656. Windows color (decimal): -5367877 or 12261294. OLE color: 12261294.

HSL color Cylindrical-coordinate representation of color #AE17BB: hue angle of 295.24º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE17BB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 23 187 -
CMYK 0.07 0.88 0 0.27
HSL 295.24º 0.78% 0.41% -
HSV(B) 295.24º 0.88% 0.73% -
XYZ 26.73 13.2 48.15 -
YUV 86.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 174 23 187 0.07 0.88 0 0.27 295.24 0.78 0.41
Hex AE 17 BB 7 58 0 1B 127 4E 29
Octal 256 27 273 7 130 0 33 447 116 51
Binary 10101110 10111 10111011 111 1011000 0 11011 100100111 1001110 101001

Color Harmonies of #AE17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17BB

Black with #AE17BB

Text Example


Text Example

White with #AE17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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