#AE58BF

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

Shades of Medium Orchid #AE58BF

Tints of Medium Orchid #AE58BF

Color information

#AE58BF (or 0xAE58BF) is unknown color: approx Medium Orchid. HEX triplet: AE, 58 and BF. RGB value is (174,88,191). Sum of RGB (Red+Green+Blue) = 174+88+191=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE58BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58BF is #51A740. Grayscale: #7D7D7D. Windows color (decimal): -5351233 or 12540078. OLE color: 12540078.

HSL color Cylindrical-coordinate representation of color #AE58BF: hue angle of 290.1º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE58BF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17488191-
CMYK0.090.5400.25
HSL290.1º44.59%54.71%-
HSV(B)290.1º53.93%74.9%-
XYZ30.3519.7451.5-
YUV125.46164.99162.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 191 (75% from 255) = 42.16%
R=38.41%
G=19.43%
B=42.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174881910.090.5400.25290.144.5954.71
HexAE58BF9360191222d37
Octal25613027711660314425567
Binary101011101011000101111111001110110011001100100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58BF; }

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

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

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

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

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

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

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

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