#AA5DD5

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

Shades of Medium Orchid #AA5DD5

Tints of Medium Orchid #AA5DD5

Color information

#AA5DD5 (or 0xAA5DD5) is unknown color: approx Medium Orchid. HEX triplet: AA, 5D and D5. RGB value is (170,93,213). Sum of RGB (Red+Green+Blue) = 170+93+213=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DD5 is #55A22A. Grayscale: #818181. Windows color (decimal): -5612075 or 13983146. OLE color: 13983146.

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

Color convert

RGB17093213-
CMYK0.200.5600.16
HSL278.5º58.82%60%-
HSV(B)278.5º56.34%83.53%-
XYZ32.521.1865.33-
YUV129.7175.01156.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 213 (83.59% from 255) = 44.75%
R=35.71%
G=19.54%
B=44.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170932130.200.5600.16278.558.8260
HexAA5DD514380101163b3c
Octal25213532524700204267374
Binary1010101010111011101010110100111000010000100010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DD5; }

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

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

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

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

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

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

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

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