#AA47CF

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

Shades of Medium Orchid #AA47CF

Tints of Medium Orchid #AA47CF

Color information

#AA47CF (or 0xAA47CF) is unknown color: approx Medium Orchid. HEX triplet: AA, 47 and CF. RGB value is (170,71,207). Sum of RGB (Red+Green+Blue) = 170+71+207=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47CF is #55B830. Grayscale: #737373. Windows color (decimal): -5617713 or 13584298. OLE color: 13584298.

HSL color Cylindrical-coordinate representation of color #AA47CF: hue angle of 283.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA47CF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17071207-
CMYK0.180.6600.19
HSL283.68º58.62%54.51%-
HSV(B)283.68º65.7%81.18%-
XYZ30.0917.5660.83-
YUV116.1179.3166.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=37.95%
G=15.85%
B=46.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170712070.180.6600.19283.6858.6254.51
HexAA47CF124201311c3b37
Octal252107317221020234347367
Binary10101010100011111001111100101000010010011100011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47CF; }

 p { color: rgb(170,71,207); }

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

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

 a { background-color: rgb(170,71,207); }

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

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

 span { border-color: rgb(170,71,207); }

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