#AE60DA

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

Shades of Medium Orchid #AE60DA

Tints of Medium Orchid #AE60DA

Color information

#AE60DA (or 0xAE60DA) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and DA. RGB value is (174,96,218). Sum of RGB (Red+Green+Blue) = 174+96+218=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60DA is #519F25. Grayscale: #848484. Windows color (decimal): -5349158 or 14311598. OLE color: 14311598.

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

Color convert

RGB17496218-
CMYK0.200.5600.15
HSL278.36º62.24%61.57%-
HSV(B)278.36º55.96%85.49%-
XYZ34.2922.4368.85-
YUV133.23175.84157.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=35.66%
G=19.67%
B=44.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174962180.200.5600.15278.3662.2461.57
HexAE60DA14380F1163e3e
Octal25614033224700174267676
Binary101011101100000110110101010011100001111100010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60DA; }

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

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

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

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

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

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

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

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