#AE51D9

Color #AE51D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AE51D9

Tints of Medium Orchid #AE51D9

Color information

#AE51D9 (or 0xAE51D9) is unknown color: approx Medium Orchid. HEX triplet: AE, 51 and D9. RGB value is (174,81,217). Sum of RGB (Red+Green+Blue) = 174+81+217=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE51D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51D9 is #51AE26. Grayscale: #7B7B7B. Windows color (decimal): -5352999 or 14242222. OLE color: 14242222.

HSL color Cylindrical-coordinate representation of color #AE51D9: hue angle of 281.03º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE51D9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17481217-
CMYK0.200.6300.15
HSL281.03º64.15%58.43%-
HSV(B)281.03º62.67%85.1%-
XYZ32.9219.8967.75-
YUV124.31180.31163.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 217 (85.16% from 255) = 45.97%
R=36.86%
G=17.16%
B=45.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174812170.200.6300.15281.0364.1558.43
HexAE51D9143F0F119403a
Octal256121331247701743110072
Binary1010111010100011101100110100111111011111000110011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51D9; }

 p { color: rgb(174,81,217); }

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

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

 a { background-color: rgb(174,81,217); }

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

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

 span { border-color: rgb(174,81,217); }

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