#AA54E6

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

Shades of Medium Orchid #AA54E6

Tints of Medium Orchid #AA54E6

Color information

#AA54E6 (or 0xAA54E6) is unknown color: approx Medium Orchid. HEX triplet: AA, 54 and E6. RGB value is (170,84,230). Sum of RGB (Red+Green+Blue) = 170+84+230=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA54E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54E6 is #55AB19. Grayscale: #7D7D7D. Windows color (decimal): -5614362 or 15094954. OLE color: 15094954.

HSL color Cylindrical-coordinate representation of color #AA54E6: hue angle of 275.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA54E6 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17084230-
CMYK0.260.6300.10
HSL275.34º74.49%61.57%-
HSV(B)275.34º63.48%90.2%-
XYZ34.0320.677.05-
YUV126.36186.49159.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 84 (33.20% from 255) = 17.36%
BLUE value IS 230 (90.23% from 255) = 47.52%
R=35.12%
G=17.36%
B=47.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170842300.260.6300.10275.3474.4961.57
HexAA54E61A3F0A1134a3e
Octal252124346327701242311276
Binary1010101010101001110011011010111111010101000100111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54E6; }

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

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

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

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

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

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

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

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