#A44AD9

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

Shades of Medium Orchid #A44AD9

Tints of Medium Orchid #A44AD9

Color information

#A44AD9 (or 0xA44AD9) is unknown color: approx Medium Orchid. HEX triplet: A4, 4A and D9. RGB value is (164,74,217). Sum of RGB (Red+Green+Blue) = 164+74+217=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #A44AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AD9 is #5BB526. Grayscale: #747474. Windows color (decimal): -6010151 or 14240420. OLE color: 14240420.

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

Color convert

RGB16474217-
CMYK0.240.6600.15
HSL277.76º65.3%57.06%-
HSV(B)277.76º65.9%85.1%-
XYZ30.2817.867.49-
YUV117.21184.32161.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 217 (85.16% from 255) = 47.69%
R=36.04%
G=16.26%
B=47.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164742170.240.6600.15277.7665.357.06
HexA44AD918420F1164139
Octal2441123313010201742610171
Binary10100100100101011011001110001000010011111000101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AD9; }

 p { color: rgb(164,74,217); }

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

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

 a { background-color: rgb(164,74,217); }

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

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

 span { border-color: rgb(164,74,217); }

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