#AA44C7

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

Shades of Medium Orchid #AA44C7

Tints of Medium Orchid #AA44C7

Color information

#AA44C7 (or 0xAA44C7) is unknown color: approx Medium Orchid. HEX triplet: AA, 44 and C7. RGB value is (170,68,199). Sum of RGB (Red+Green+Blue) = 170+68+199=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA44C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44C7 is #55BB38. Grayscale: #717171. Windows color (decimal): -5618489 or 13059242. OLE color: 13059242.

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

Color convert

RGB17068199-
CMYK0.150.6600.22
HSL286.72º53.91%52.35%-
HSV(B)286.72º65.83%78.04%-
XYZ28.9516.855.75-
YUV113.43176.29168.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 199 (78.12% from 255) = 45.54%
R=38.90%
G=15.56%
B=45.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170681990.150.6600.22286.7253.9152.35
HexAA44C7F4201611f3634
Octal252104307171020264376664
Binary1010101010001001100011111111000010010110100011111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA44C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA44C7; }

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

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

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

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

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

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

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

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