#AA5CDC

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

Shades of Medium Orchid #AA5CDC

Tints of Medium Orchid #AA5CDC

Color information

#AA5CDC (or 0xAA5CDC) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and DC. RGB value is (170,92,220). Sum of RGB (Red+Green+Blue) = 170+92+220=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDC is #55A323. Grayscale: #818181. Windows color (decimal): -5612324 or 14441642. OLE color: 14441642.

HSL color Cylindrical-coordinate representation of color #AA5CDC: hue angle of 276.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5CDC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17092220-
CMYK0.230.5800.14
HSL276.56º64.65%61.18%-
HSV(B)276.56º58.18%86.27%-
XYZ33.3221.3770.08-
YUV129.91178.84156.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=35.27%
G=19.09%
B=45.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170922200.230.5800.14276.5664.6561.18
HexAA5CDC173A0E115413d
Octal252134334277201642510175
Binary1010101010111001101110010111111010011101000101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CDC; }

 p { color: rgb(170,92,220); }

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

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

 a { background-color: rgb(170,92,220); }

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

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

 span { border-color: rgb(170,92,220); }

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