#AA5ACA

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

Shades of Medium Orchid #AA5ACA

Tints of Medium Orchid #AA5ACA

Color information

#AA5ACA (or 0xAA5ACA) is unknown color: approx Medium Orchid. HEX triplet: AA, 5A and CA. RGB value is (170,90,202). Sum of RGB (Red+Green+Blue) = 170+90+202=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA5ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ACA is #55A535. Grayscale: #7E7E7E. Windows color (decimal): -5612854 or 13261482. OLE color: 13261482.

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

Color convert

RGB17090202-
CMYK0.160.5500.21
HSL282.86º51.38%57.25%-
HSV(B)282.86º55.45%79.22%-
XYZ30.8920.1258.13-
YUV126.69170.5158.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=36.80%
G=19.48%
B=43.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170902020.160.5500.21282.8651.3857.25
HexAA5ACA103701511b3339
Octal25213231220670254336371
Binary1010101010110101100101010000110111010101100011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5ACA; }

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

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

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

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

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

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

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

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