#AE5FBE

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

Shades of Medium Orchid #AE5FBE

Tints of Medium Orchid #AE5FBE

Color information

#AE5FBE (or 0xAE5FBE) is unknown color: approx Medium Orchid. HEX triplet: AE, 5F and BE. RGB value is (174,95,190). Sum of RGB (Red+Green+Blue) = 174+95+190=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FBE is #51A041. Grayscale: #818181. Windows color (decimal): -5349442 or 12476334. OLE color: 12476334.

HSL color Cylindrical-coordinate representation of color #AE5FBE: hue angle of 289.89º degrees, saturation: 0.42, 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 #AE5FBE is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17495190-
CMYK0.080.500.25
HSL289.89º42.22%55.88%-
HSV(B)289.89º50%74.51%-
XYZ30.8420.951.12-
YUV129.45162.17159.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=37.91%
G=20.70%
B=41.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174951900.080.500.25289.8942.2255.88
HexAE5FBE8320191222a38
Octal25613727610620314425270
Binary101011101011111101111101000110010011001100100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5FBE; }

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

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

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

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

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

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

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

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