#AE60D9

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

Shades of Medium Orchid #AE60D9

Tints of Medium Orchid #AE60D9

Color information

#AE60D9 (or 0xAE60D9) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and D9. RGB value is (174,96,217). Sum of RGB (Red+Green+Blue) = 174+96+217=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE60D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60D9 is #519F26. Grayscale: #848484. Windows color (decimal): -5349159 or 14246062. OLE color: 14246062.

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

Color convert

RGB17496217-
CMYK0.200.5600.15
HSL278.68º61.42%61.37%-
HSV(B)278.68º55.76%85.1%-
XYZ34.1622.3768.16-
YUV133.12175.34157.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 217 (85.16% from 255) = 44.56%
R=35.73%
G=19.71%
B=44.56%

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
Decimal174962170.200.5600.15278.6861.4261.37
HexAE60D914380F1173d3d
Octal25614033124700174277575
Binary101011101100000110110011010011100001111100010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60D9; }

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

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

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

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

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

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

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

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