#AA5FCC

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

Shades of Medium Orchid #AA5FCC

Tints of Medium Orchid #AA5FCC

Color information

#AA5FCC (or 0xAA5FCC) is unknown color: approx Medium Orchid. HEX triplet: AA, 5F and CC. RGB value is (170,95,204). Sum of RGB (Red+Green+Blue) = 170+95+204=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCC is #55A033. Grayscale: #818181. Windows color (decimal): -5611572 or 13393834. OLE color: 13393834.

HSL color Cylindrical-coordinate representation of color #AA5FCC: hue angle of 281.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5FCC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17095204-
CMYK0.170.5300.2
HSL281.28º51.66%58.63%-
HSV(B)281.28º53.43%80%-
XYZ31.5721.0959.53-
YUV129.85169.85156.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=36.25%
G=20.26%
B=43.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170952040.170.5300.2281.2851.6658.63
HexAA5FCC1135014119343b
Octal25213731421650244316473
Binary1010101010111111100110010001110101010100100011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FCC; }

 p { color: rgb(170,95,204); }

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

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

 a { background-color: rgb(170,95,204); }

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

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

 span { border-color: rgb(170,95,204); }

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