#AA54DB

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

Shades of Medium Orchid #AA54DB

Tints of Medium Orchid #AA54DB

Color information

#AA54DB (or 0xAA54DB) is unknown color: approx Medium Orchid. HEX triplet: AA, 54 and DB. RGB value is (170,84,219). Sum of RGB (Red+Green+Blue) = 170+84+219=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54DB is #55AB24. Grayscale: #7C7C7C. Windows color (decimal): -5614373 or 14374058. OLE color: 14374058.

HSL color Cylindrical-coordinate representation of color #AA54DB: hue angle of 278.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA54DB is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17084219-
CMYK0.220.6200.14
HSL278.22º65.22%59.41%-
HSV(B)278.22º61.64%85.88%-
XYZ32.532069.16-
YUV125.1180.99160.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=35.94%
G=17.76%
B=46.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170842190.220.6200.14278.2265.2259.41
HexAA54DB163E0E116413b
Octal252124333267601642610173
Binary1010101010101001101101110110111110011101000101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54DB; }

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

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

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

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

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

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

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

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