#AA5CD5

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

Shades of Medium Orchid #AA5CD5

Tints of Medium Orchid #AA5CD5

Color information

#AA5CD5 (or 0xAA5CD5) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and D5. RGB value is (170,92,213). Sum of RGB (Red+Green+Blue) = 170+92+213=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA5CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CD5 is #55A32A. Grayscale: #808080. Windows color (decimal): -5612331 or 13982890. OLE color: 13982890.

HSL color Cylindrical-coordinate representation of color #AA5CD5: hue angle of 278.68º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5CD5 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17092213-
CMYK0.200.5700.16
HSL278.68º59.02%59.8%-
HSV(B)278.68º56.81%83.53%-
XYZ32.412165.3-
YUV129.12175.34157.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=35.79%
G=19.37%
B=44.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170922130.200.5700.16278.6859.0259.8
HexAA5CD514390101173b3c
Octal25213432524710204277374
Binary1010101010111001101010110100111001010000100010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CD5; }

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

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

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

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

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

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

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

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