#AE58DC

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

Shades of Medium Orchid #AE58DC

Tints of Medium Orchid #AE58DC

Color information

#AE58DC (or 0xAE58DC) is unknown color: approx Medium Orchid. HEX triplet: AE, 58 and DC. RGB value is (174,88,220). Sum of RGB (Red+Green+Blue) = 174+88+220=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58DC is #51A723. Grayscale: #808080. Windows color (decimal): -5351204 or 14440622. OLE color: 14440622.

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

Color convert

RGB17488220-
CMYK0.210.600.14
HSL279.09º65.35%60.39%-
HSV(B)279.09º60%86.27%-
XYZ33.8621.1570.01-
YUV128.76179.49160.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 88 (34.77% from 255) = 18.26%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=36.10%
G=18.26%
B=45.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174882200.210.600.14279.0965.3560.39
HexAE58DC153C0E117413c
Octal256130334257401642710174
Binary1010111010110001101110010101111100011101000101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58DC; }

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

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

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

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

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

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

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

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