#AE52DA

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

Shades of Medium Orchid #AE52DA

Tints of Medium Orchid #AE52DA

Color information

#AE52DA (or 0xAE52DA) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and DA. RGB value is (174,82,218). Sum of RGB (Red+Green+Blue) = 174+82+218=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE52DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52DA is #51AD25. Grayscale: #7C7C7C. Windows color (decimal): -5352742 or 14308014. OLE color: 14308014.

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

Color convert

RGB17482218-
CMYK0.200.6200.15
HSL280.59º64.76%58.82%-
HSV(B)280.59º62.39%85.49%-
XYZ33.1320.168.46-
YUV125.01180.48162.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 82 (32.42% from 255) = 17.30%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=36.71%
G=17.30%
B=45.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174822180.200.6200.15280.5964.7658.82
HexAE52DA143E0F119413b
Octal256122332247601743110173
Binary1010111010100101101101010100111110011111000110011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52DA; }

 p { color: rgb(174,82,218); }

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

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

 a { background-color: rgb(174,82,218); }

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

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

 span { border-color: rgb(174,82,218); }

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