#aa54d0

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

Shades of Medium Orchid #AA54D0

Tints of Medium Orchid #AA54D0

Color information

#AA54D0 (or 0xAA54D0) is unknown color: approx Medium Orchid. HEX triplet: AA, 54 and D0. RGB value is (170,84,208). Sum of RGB (Red+Green+Blue) = 170+84+208=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA54D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54D0 is #55AB2F. Grayscale: #7B7B7B. Windows color (decimal): -5614384 or 13653162. OLE color: 13653162.

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

Color convert

RGB17084208-
CMYK0.180.6000.18
HSL281.61º56.88%57.25%-
HSV(B)281.61º59.62%81.57%-
XYZ31.1319.4461.79-
YUV123.85175.49160.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=36.80%
G=18.18%
B=45.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170842080.180.6000.18281.6156.8857.25
HexAA54D0123C01211a3939
Octal25212432022740224327171
Binary1010101010101001101000010010111100010010100011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa54d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa54d0; }

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

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

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

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

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

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

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

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