#AA54CE

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

Shades of Medium Orchid #AA54CE

Tints of Medium Orchid #AA54CE

Color information

#AA54CE (or 0xAA54CE) is unknown color: approx Medium Orchid. HEX triplet: AA, 54 and CE. RGB value is (170,84,206). Sum of RGB (Red+Green+Blue) = 170+84+206=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54CE is #55AB31. Grayscale: #7B7B7B. Windows color (decimal): -5614386 or 13522090. OLE color: 13522090.

HSL color Cylindrical-coordinate representation of color #AA54CE: hue angle of 282.3º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA54CE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17084206-
CMYK0.170.5900.19
HSL282.3º55.45%56.86%-
HSV(B)282.3º59.22%80.78%-
XYZ30.8919.3460.5-
YUV123.62174.49161.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=36.96%
G=18.26%
B=44.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170842060.170.5900.19282.355.4556.86
HexAA54CE113B01311a3739
Octal25212431621730234326771
Binary1010101010101001100111010001111011010011100011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54CE; }

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

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

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

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

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

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

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

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