#A44FD4

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

Shades of Medium Orchid #A44FD4

Tints of Medium Orchid #A44FD4

Color information

#A44FD4 (or 0xA44FD4) is unknown color: approx Medium Orchid. HEX triplet: A4, 4F and D4. RGB value is (164,79,212). Sum of RGB (Red+Green+Blue) = 164+79+212=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #A44FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FD4 is #5BB02B. Grayscale: #777777. Windows color (decimal): -6008876 or 13914020. OLE color: 13914020.

HSL color Cylindrical-coordinate representation of color #A44FD4: hue angle of 278.35º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44FD4 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16479212-
CMYK0.230.6300.17
HSL278.35º60.73%57.06%-
HSV(B)278.35º62.74%83.14%-
XYZ29.9918.2464.23-
YUV119.58180.16159.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 212 (83.20% from 255) = 46.59%
R=36.04%
G=17.36%
B=46.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164792120.230.6300.17278.3560.7357.06
HexA44FD4173F0111163d39
Octal24411732427770214267571
Binary1010010010011111101010010111111111010001100010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44FD4; }

 p { color: rgb(164,79,212); }

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

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

 a { background-color: rgb(164,79,212); }

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

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

 span { border-color: rgb(164,79,212); }

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