#AE54DC

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

Shades of Medium Orchid #AE54DC

Tints of Medium Orchid #AE54DC

Color information

#AE54DC (or 0xAE54DC) is unknown color: approx Medium Orchid. HEX triplet: AE, 54 and DC. RGB value is (174,84,220). Sum of RGB (Red+Green+Blue) = 174+84+220=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54DC is #51AB23. Grayscale: #7D7D7D. Windows color (decimal): -5352228 or 14439598. OLE color: 14439598.

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

Color convert

RGB17484220-
CMYK0.210.6200.14
HSL279.71º66.02%59.61%-
HSV(B)279.71º61.82%86.27%-
XYZ33.5420.5169.9-
YUV126.41180.82161.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=36.40%
G=17.57%
B=46.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174842200.210.6200.14279.7166.0259.61
HexAE54DC153E0E118423c
Octal256124334257601643010274
Binary1010111010101001101110010101111110011101000110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE54DC; }

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

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

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

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

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

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

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

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