#aa5fd0

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

Shades of Medium Orchid #AA5FD0

Tints of Medium Orchid #AA5FD0

Color information

#AA5FD0 (or 0xAA5FD0) is unknown color: approx Medium Orchid. HEX triplet: AA, 5F and D0. RGB value is (170,95,208). Sum of RGB (Red+Green+Blue) = 170+95+208=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA5FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FD0 is #55A02F. Grayscale: #818181. Windows color (decimal): -5611568 or 13655978. OLE color: 13655978.

HSL color Cylindrical-coordinate representation of color #AA5FD0: hue angle of 279.82º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5FD0 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17095208-
CMYK0.180.5400.18
HSL279.82º54.59%59.41%-
HSV(B)279.82º54.33%81.57%-
XYZ32.0521.2862.09-
YUV130.31171.85156.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=35.94%
G=20.08%
B=43.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170952080.180.5400.18279.8254.5959.41
HexAA5FD01236012118373b
Octal25213732022660224306773
Binary1010101010111111101000010010110110010010100011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5fd0; }

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

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

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

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

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

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

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

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