#AA4DCA

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

Shades of Medium Orchid #AA4DCA

Tints of Medium Orchid #AA4DCA

Color information

#AA4DCA (or 0xAA4DCA) is unknown color: approx Medium Orchid. HEX triplet: AA, 4D and CA. RGB value is (170,77,202). Sum of RGB (Red+Green+Blue) = 170+77+202=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DCA is #55B235. Grayscale: #767676. Windows color (decimal): -5616182 or 13258154. OLE color: 13258154.

HSL color Cylindrical-coordinate representation of color #AA4DCA: hue angle of 284.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4DCA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17077202-
CMYK0.160.6200.21
HSL284.64º54.11%54.71%-
HSV(B)284.64º61.88%79.22%-
XYZ29.8918.1257.8-
YUV119.06174.81164.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=37.86%
G=17.15%
B=44.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170772020.160.6200.21284.6454.1154.71
HexAA4DCA103E01511d3637
Octal25211531220760254356667
Binary1010101010011011100101010000111110010101100011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DCA; }

 p { color: rgb(170,77,202); }

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

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

 a { background-color: rgb(170,77,202); }

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

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

 span { border-color: rgb(170,77,202); }

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