#AA55E4

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

Shades of Medium Orchid #AA55E4

Tints of Medium Orchid #AA55E4

Color information

#AA55E4 (or 0xAA55E4) is unknown color: approx Medium Orchid. HEX triplet: AA, 55 and E4. RGB value is (170,85,228). Sum of RGB (Red+Green+Blue) = 170+85+228=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA55E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55E4 is #55AA1B. Grayscale: #7E7E7E. Windows color (decimal): -5614108 or 14964138. OLE color: 14964138.

HSL color Cylindrical-coordinate representation of color #AA55E4: hue angle of 275.66º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA55E4 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17085228-
CMYK0.250.6300.11
HSL275.66º72.59%61.37%-
HSV(B)275.66º62.72%89.41%-
XYZ33.8320.6475.6-
YUV126.72185.16158.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=35.20%
G=17.60%
B=47.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170852280.250.6300.11275.6672.5961.37
HexAA55E4193F0B114493d
Octal252125344317701342411175
Binary1010101010101011110010011001111111010111000101001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55E4; }

 p { color: rgb(170,85,228); }

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

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

 a { background-color: rgb(170,85,228); }

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

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

 span { border-color: rgb(170,85,228); }

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