#A84DF2

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

Shades of Medium Orchid #A84DF2

Tints of Medium Orchid #A84DF2

Color information

#A84DF2 (or 0xA84DF2) is unknown color: approx Medium Orchid. HEX triplet: A8, 4D and F2. RGB value is (168,77,242). Sum of RGB (Red+Green+Blue) = 168+77+242=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #A84DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF2 is #57B20D. Grayscale: #7A7A7A. Windows color (decimal): -5747214 or 15879592. OLE color: 15879592.

HSL color Cylindrical-coordinate representation of color #A84DF2: hue angle of 273.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84DF2 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16877242-
CMYK0.310.6800.05
HSL273.09º86.39%62.55%-
HSV(B)273.09º68.18%94.9%-
XYZ34.8320.0486.04-
YUV123.02195.15160.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 77 (30.47% from 255) = 15.81%
BLUE value IS 242 (94.92% from 255) = 49.69%
R=34.50%
G=15.81%
B=49.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168772420.310.6800.05273.0986.3962.55
HexA84DF21F4405111563f
Octal250115362371040542112677
Binary1010100010011011111001011111100010001011000100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84DF2; }

 p { color: rgb(168,77,242); }

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

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

 a { background-color: rgb(168,77,242); }

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

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

 span { border-color: rgb(168,77,242); }

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