#AA44D0

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

Shades of Medium Orchid #AA44D0

Tints of Medium Orchid #AA44D0

Color information

#AA44D0 (or 0xAA44D0) is unknown color: approx Medium Orchid. HEX triplet: AA, 44 and D0. RGB value is (170,68,208). Sum of RGB (Red+Green+Blue) = 170+68+208=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA44D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44D0 is #55BB2F. Grayscale: #727272. Windows color (decimal): -5618480 or 13649066. OLE color: 13649066.

HSL color Cylindrical-coordinate representation of color #AA44D0: hue angle of 283.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA44D0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17068208-
CMYK0.180.6700.18
HSL283.71º59.83%54.12%-
HSV(B)283.71º67.31%81.57%-
XYZ30.0317.2361.42-
YUV114.46180.79167.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=38.12%
G=15.25%
B=46.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170682080.180.6700.18283.7159.8354.12
HexAA44D0124301211c3c36
Octal252104320221030224347466
Binary10101010100010011010000100101000011010010100011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA44D0; }

 p { color: rgb(170,68,208); }

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

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

 a { background-color: rgb(170,68,208); }

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

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

 span { border-color: rgb(170,68,208); }

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