#AA4CC6

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

Shades of Medium Orchid #AA4CC6

Tints of Medium Orchid #AA4CC6

Color information

#AA4CC6 (or 0xAA4CC6) is unknown color: approx Medium Orchid. HEX triplet: AA, 4C and C6. RGB value is (170,76,198). Sum of RGB (Red+Green+Blue) = 170+76+198=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CC6 is #55B339. Grayscale: #757575. Windows color (decimal): -5616442 or 12995754. OLE color: 12995754.

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

Color convert

RGB17076198-
CMYK0.140.6200.22
HSL286.23º51.69%53.73%-
HSV(B)286.23º61.62%77.65%-
XYZ29.3617.7955.31-
YUV118.01173.14165.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=38.29%
G=17.12%
B=44.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170761980.140.6200.22286.2351.6953.73
HexAA4CC6E3E01611e3436
Octal25211430616760264366466
Binary101010101001100110001101110111110010110100011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CC6; }

 p { color: rgb(170,76,198); }

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

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

 a { background-color: rgb(170,76,198); }

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

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

 span { border-color: rgb(170,76,198); }

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