#AE00BF

Color #AE00BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AE00BF

Tints of Deep Magenta #AE00BF

Color information

#AE00BF (or 0xAE00BF) is unknown color: approx Deep Magenta. HEX triplet: AE, 00 and BF. RGB value is (174,0,191). Sum of RGB (Red+Green+Blue) = 174+0+191=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00BF is #51FF40. Grayscale: #494949. Windows color (decimal): -5373761 or 12517550. OLE color: 12517550.

HSL color Cylindrical-coordinate representation of color #AE00BF: hue angle of 294.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00BF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1740191-
CMYK0.09100.25
HSL294.66º100%37.45%-
HSV(B)294.66º100%74.9%-
XYZ26.8612.7650.34-
YUV73.8194.15199.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 52.33%
R=47.67%
G=0%
B=52.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17401910.09100.25294.6610037.45
HexAE0BF9640191276425
Octal25602771114403144714445
Binary10101110010111111100111001000110011001001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE00BF; }

 p { color: rgb(174,0,191); }

 H1.HeaderClassName
 {
   color: #AE00BF;
 }
 .AnyTagClassName
 {
   color: #AE00BF;
 }
</style>
background-color css

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

 a { background-color: rgb(174,0,191); }

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

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

 span { border-color: rgb(174,0,191); }

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