#AA46D9

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

Shades of Medium Orchid #AA46D9

Tints of Medium Orchid #AA46D9

Color information

#AA46D9 (or 0xAA46D9) is unknown color: approx Medium Orchid. HEX triplet: AA, 46 and D9. RGB value is (170,70,217). Sum of RGB (Red+Green+Blue) = 170+70+217=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA46D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46D9 is #55B926. Grayscale: #747474. Windows color (decimal): -5617959 or 14239402. OLE color: 14239402.

HSL color Cylindrical-coordinate representation of color #AA46D9: hue angle of 280.82º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA46D9 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17070217-
CMYK0.220.6800.15
HSL280.82º65.92%56.27%-
HSV(B)280.82º67.74%85.1%-
XYZ31.2917.9467.46-
YUV116.66184.63166.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 70 (27.73% from 255) = 15.32%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=37.20%
G=15.32%
B=47.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170702170.220.6800.15280.8265.9256.27
HexAA46D916440F1194238
Octal2521063312610401743110270
Binary10101010100011011011001101101000100011111000110011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA46D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA46D9; }

 p { color: rgb(170,70,217); }

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

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

 a { background-color: rgb(170,70,217); }

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

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

 span { border-color: rgb(170,70,217); }

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