#AA58E3

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

Shades of Medium Orchid #AA58E3

Tints of Medium Orchid #AA58E3

Color information

#AA58E3 (or 0xAA58E3) is unknown color: approx Medium Orchid. HEX triplet: AA, 58 and E3. RGB value is (170,88,227). Sum of RGB (Red+Green+Blue) = 170+88+227=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA58E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58E3 is #55A71C. Grayscale: #7F7F7F. Windows color (decimal): -5613341 or 14899370. OLE color: 14899370.

HSL color Cylindrical-coordinate representation of color #AA58E3: hue angle of 275.4º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA58E3 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17088227-
CMYK0.250.6100.11
HSL275.4º71.28%61.76%-
HSV(B)275.4º61.23%89.02%-
XYZ33.9321.0774.95-
YUV128.36183.67157.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 227 (89.06% from 255) = 46.80%
R=35.05%
G=18.14%
B=46.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170882270.250.6100.11275.471.2861.76
HexAA58E3193D0B113473e
Octal252130343317501342310776
Binary1010101010110001110001111001111101010111000100111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58E3; }

 p { color: rgb(170,88,227); }

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

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

 a { background-color: rgb(170,88,227); }

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

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

 span { border-color: rgb(170,88,227); }

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