#AE60C4

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

Shades of Medium Orchid #AE60C4

Tints of Medium Orchid #AE60C4

Color information

#AE60C4 (or 0xAE60C4) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and C4. RGB value is (174,96,196). Sum of RGB (Red+Green+Blue) = 174+96+196=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE60C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60C4 is #519F3B. Grayscale: #828282. Windows color (decimal): -5349180 or 12869806. OLE color: 12869806.

HSL color Cylindrical-coordinate representation of color #AE60C4: hue angle of 286.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE60C4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17496196-
CMYK0.110.5100.23
HSL286.8º45.87%57.25%-
HSV(B)286.8º51.02%76.86%-
XYZ31.621.3554.68-
YUV130.72164.84158.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 196 (76.95% from 255) = 42.06%
R=37.34%
G=20.60%
B=42.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174961960.110.5100.23286.845.8757.25
HexAE60C4B3301711f2e39
Octal25614030413630274375671
Binary101011101100000110001001011110011010111100011111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60C4; }

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

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

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

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

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

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

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

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