#AA54DD

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

Shades of Medium Orchid #AA54DD

Tints of Medium Orchid #AA54DD

Color information

#AA54DD (or 0xAA54DD) is unknown color: approx Medium Orchid. HEX triplet: AA, 54 and DD. RGB value is (170,84,221). Sum of RGB (Red+Green+Blue) = 170+84+221=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54DD is #55AB22. Grayscale: #7C7C7C. Windows color (decimal): -5614371 or 14505130. OLE color: 14505130.

HSL color Cylindrical-coordinate representation of color #AA54DD: hue angle of 277.66º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA54DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17084221-
CMYK0.230.6200.13
HSL277.66º66.83%59.8%-
HSV(B)277.66º61.99%86.67%-
XYZ32.820.1170.56-
YUV125.33181.99159.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 84 (33.20% from 255) = 17.68%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=35.79%
G=17.68%
B=46.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170842210.230.6200.13277.6666.8359.8
HexAA54DD173E0D116433c
Octal252124335277601542610374
Binary1010101010101001101110110111111110011011000101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54DD; }

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

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

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

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

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

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

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

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