#AA4EC8

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

Shades of Medium Orchid #AA4EC8

Tints of Medium Orchid #AA4EC8

Color information

#AA4EC8 (or 0xAA4EC8) is unknown color: approx Medium Orchid. HEX triplet: AA, 4E and C8. RGB value is (170,78,200). Sum of RGB (Red+Green+Blue) = 170+78+200=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA4EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EC8 is #55B137. Grayscale: #777777. Windows color (decimal): -5615928 or 13127338. OLE color: 13127338.

HSL color Cylindrical-coordinate representation of color #AA4EC8: hue angle of 285.25º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4EC8 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17078200-
CMYK0.150.6100.22
HSL285.25º52.59%54.51%-
HSV(B)285.25º61%78.43%-
XYZ29.7318.1656.58-
YUV119.42173.48164.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 200 (78.52% from 255) = 44.64%
R=37.95%
G=17.41%
B=44.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170782000.150.6100.22285.2552.5954.51
HexAA4EC8F3D01611d3537
Octal25211631017750264356567
Binary101010101001110110010001111111101010110100011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EC8; }

 p { color: rgb(170,78,200); }

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

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

 a { background-color: rgb(170,78,200); }

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

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

 span { border-color: rgb(170,78,200); }

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