#AE05BA

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

Shades of Deep Magenta #AE05BA

Tints of Deep Magenta #AE05BA

Color information

#AE05BA (or 0xAE05BA) is unknown color: approx Deep Magenta. HEX triplet: AE, 05 and BA. RGB value is (174,5,186). Sum of RGB (Red+Green+Blue) = 174+5+186=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05BA is #51FA45. Grayscale: #4B4B4B. Windows color (decimal): -5372486 or 12191150. OLE color: 12191150.

HSL color Cylindrical-coordinate representation of color #AE05BA: hue angle of 296.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE05BA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1745186-
CMYK0.060.9700.27
HSL296.02º94.76%37.45%-
HSV(B)296.02º97.31%72.94%-
XYZ26.3712.6547.51-
YUV76.16189.99197.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=47.67%
G=1.37%
B=50.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17451860.060.9700.27296.0294.7637.45
HexAE5BA66101B1285f25
Octal2565272614103345013745
Binary101011101011011101011011000010110111001010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE05BA; }

 p { color: rgb(174,5,186); }

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

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

 a { background-color: rgb(174,5,186); }

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

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

 span { border-color: rgb(174,5,186); }

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