#AA51CA

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

Shades of Medium Orchid #AA51CA

Tints of Medium Orchid #AA51CA

Color information

#AA51CA (or 0xAA51CA) is unknown color: approx Medium Orchid. HEX triplet: AA, 51 and CA. RGB value is (170,81,202). Sum of RGB (Red+Green+Blue) = 170+81+202=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51CA is #55AE35. Grayscale: #797979. Windows color (decimal): -5615158 or 13259178. OLE color: 13259178.

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

Color convert

RGB17081202-
CMYK0.160.6000.21
HSL284.13º53.3%55.49%-
HSV(B)284.13º59.9%79.22%-
XYZ30.1818.757.89-
YUV121.4173.49162.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=37.53%
G=17.88%
B=44.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170812020.160.6000.21284.1353.355.49
HexAA51CA103C01511c3537
Octal25212131220740254346567
Binary1010101010100011100101010000111100010101100011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51CA; }

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

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

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

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

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

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

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

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