#AE60C1

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

Shades of Medium Orchid #AE60C1

Tints of Medium Orchid #AE60C1

Color information

#AE60C1 (or 0xAE60C1) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and C1. RGB value is (174,96,193). Sum of RGB (Red+Green+Blue) = 174+96+193=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60C1 is #519F3E. Grayscale: #828282. Windows color (decimal): -5349183 or 12673198. OLE color: 12673198.

HSL color Cylindrical-coordinate representation of color #AE60C1: hue angle of 288.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE60C1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17496193-
CMYK0.100.5000.24
HSL288.25º43.89%56.67%-
HSV(B)288.25º50.26%75.69%-
XYZ31.2621.2152.9-
YUV130.38163.34159.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=37.58%
G=20.73%
B=41.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174961930.100.5000.24288.2543.8956.67
HexAE60C1A320181202c39
Octal25614030112620304405471
Binary101011101100000110000011010110010011000100100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60C1; }

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

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

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

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

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

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

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

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