#AE51DC

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

Shades of Medium Orchid #AE51DC

Tints of Medium Orchid #AE51DC

Color information

#AE51DC (or 0xAE51DC) is unknown color: approx Medium Orchid. HEX triplet: AE, 51 and DC. RGB value is (174,81,220). Sum of RGB (Red+Green+Blue) = 174+81+220=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51DC is #51AE23. Grayscale: #7C7C7C. Windows color (decimal): -5352996 or 14438830. OLE color: 14438830.

HSL color Cylindrical-coordinate representation of color #AE51DC: hue angle of 280.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE51DC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17481220-
CMYK0.210.6300.14
HSL280.14º66.51%59.02%-
HSV(B)280.14º63.18%86.27%-
XYZ33.3220.0569.82-
YUV124.65181.81163.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 81 (32.03% from 255) = 17.05%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=36.63%
G=17.05%
B=46.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174812200.210.6300.14280.1466.5159.02
HexAE51DC153F0E118433b
Octal256121334257701643010373
Binary1010111010100011101110010101111111011101000110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51DC; }

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

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

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

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

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

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

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

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