#AE60D8

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

Shades of Medium Orchid #AE60D8

Tints of Medium Orchid #AE60D8

Color information

#AE60D8 (or 0xAE60D8) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and D8. RGB value is (174,96,216). Sum of RGB (Red+Green+Blue) = 174+96+216=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE60D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60D8 is #519F27. Grayscale: #848484. Windows color (decimal): -5349160 or 14180526. OLE color: 14180526.

HSL color Cylindrical-coordinate representation of color #AE60D8: hue angle of 279º 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 #AE60D8 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17496216-
CMYK0.190.5600.15
HSL279º60.61%61.18%-
HSV(B)279º55.56%84.71%-
XYZ34.0322.3267.48-
YUV133174.84157.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=35.80%
G=19.75%
B=44.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174962160.190.5600.1527960.6161.18
HexAE60D813380F1173d3d
Octal25614033023700174277575
Binary101011101100000110110001001111100001111100010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60D8; }

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

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

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

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

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

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

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

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