#AA59CF

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

Shades of Medium Orchid #AA59CF

Tints of Medium Orchid #AA59CF

Color information

#AA59CF (or 0xAA59CF) is unknown color: approx Medium Orchid. HEX triplet: AA, 59 and CF. RGB value is (170,89,207). Sum of RGB (Red+Green+Blue) = 170+89+207=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59CF is #55A630. Grayscale: #7E7E7E. Windows color (decimal): -5613105 or 13588906. OLE color: 13588906.

HSL color Cylindrical-coordinate representation of color #AA59CF: hue angle of 281.19º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA59CF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17089207-
CMYK0.180.5700.19
HSL281.19º55.14%58.04%-
HSV(B)281.19º57%81.18%-
XYZ31.4120.261.27-
YUV126.67173.34158.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=36.48%
G=19.10%
B=44.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170892070.180.5700.19281.1955.1458.04
HexAA59CF1239013119373a
Octal25213131722710234316772
Binary1010101010110011100111110010111001010011100011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59CF; }

 p { color: rgb(170,89,207); }

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

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

 a { background-color: rgb(170,89,207); }

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

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

 span { border-color: rgb(170,89,207); }

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