#AE60BE

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

Shades of Medium Orchid #AE60BE

Tints of Medium Orchid #AE60BE

Color information

#AE60BE (or 0xAE60BE) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and BE. RGB value is (174,96,190). Sum of RGB (Red+Green+Blue) = 174+96+190=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60BE is #519F41. Grayscale: #818181. Windows color (decimal): -5349186 or 12476590. OLE color: 12476590.

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

Color convert

RGB17496190-
CMYK0.080.4900.25
HSL289.79º41.96%56.08%-
HSV(B)289.79º49.47%74.51%-
XYZ30.9321.0851.15-
YUV130.04161.84159.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=37.83%
G=20.87%
B=41.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174961900.080.4900.25289.7941.9656.08
HexAE60BE8310191222a38
Octal25614027610610314425270
Binary101011101100000101111101000110001011001100100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60BE; }

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

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

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

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

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

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

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

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