#AA55C8

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

Shades of Medium Orchid #AA55C8

Tints of Medium Orchid #AA55C8

Color information

#AA55C8 (or 0xAA55C8) is unknown color: approx Medium Orchid. HEX triplet: AA, 55 and C8. RGB value is (170,85,200). Sum of RGB (Red+Green+Blue) = 170+85+200=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA55C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55C8 is #55AA37. Grayscale: #7B7B7B. Windows color (decimal): -5614136 or 13129130. OLE color: 13129130.

HSL color Cylindrical-coordinate representation of color #AA55C8: hue angle of 284.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA55C8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17085200-
CMYK0.150.5800.22
HSL284.35º51.11%55.88%-
HSV(B)284.35º57.5%78.43%-
XYZ30.2519.2156.76-
YUV123.52171.16161.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=37.36%
G=18.68%
B=43.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170852000.150.5800.22284.3551.1155.88
HexAA55C8F3A01611c3338
Octal25212531017720264346370
Binary101010101010101110010001111111010010110100011100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55C8; }

 p { color: rgb(170,85,200); }

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

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

 a { background-color: rgb(170,85,200); }

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

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

 span { border-color: rgb(170,85,200); }

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