#AE60BF

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

Shades of Medium Orchid #AE60BF

Tints of Medium Orchid #AE60BF

Color information

#AE60BF (or 0xAE60BF) is unknown color: approx Medium Orchid. HEX triplet: AE, 60 and BF. RGB value is (174,96,191). Sum of RGB (Red+Green+Blue) = 174+96+191=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60BF is #519F40. Grayscale: #818181. Windows color (decimal): -5349185 or 12542126. OLE color: 12542126.

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

Color convert

RGB17496191-
CMYK0.090.5000.25
HSL289.26º42.6%56.27%-
HSV(B)289.26º49.74%74.9%-
XYZ31.0421.1351.73-
YUV130.15162.34159.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 191 (75% from 255) = 41.43%
R=37.74%
G=20.82%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174961910.090.5000.25289.2642.656.27
HexAE60BF9320191212b38
Octal25614027711620314415370
Binary101011101100000101111111001110010011001100100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE60BF; }

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

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

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

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

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

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

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

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