#AE61C0

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

Shades of Medium Orchid #AE61C0

Tints of Medium Orchid #AE61C0

Color information

#AE61C0 (or 0xAE61C0) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and C0. RGB value is (174,97,192). Sum of RGB (Red+Green+Blue) = 174+97+192=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61C0 is #519E3F. Grayscale: #828282. Windows color (decimal): -5348928 or 12607918. OLE color: 12607918.

HSL color Cylindrical-coordinate representation of color #AE61C0: hue angle of 288.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE61C0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17497192-
CMYK0.090.4900.25
HSL288.63º42.99%56.67%-
HSV(B)288.63º49.48%75.29%-
XYZ31.2421.3552.34-
YUV130.85162.51158.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=37.58%
G=20.95%
B=41.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174971920.090.4900.25288.6342.9956.67
HexAE61C09310191212b39
Octal25614130011610314415371
Binary101011101100001110000001001110001011001100100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61C0; }

 p { color: rgb(174,97,192); }

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

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

 a { background-color: rgb(174,97,192); }

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

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

 span { border-color: rgb(174,97,192); }

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