#A84ED1

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

Shades of Medium Orchid #A84ED1

Tints of Medium Orchid #A84ED1

Color information

#A84ED1 (or 0xA84ED1) is unknown color: approx Medium Orchid. HEX triplet: A8, 4E and D1. RGB value is (168,78,209). Sum of RGB (Red+Green+Blue) = 168+78+209=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #A84ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ED1 is #57B12E. Grayscale: #777777. Windows color (decimal): -5746991 or 13717160. OLE color: 13717160.

HSL color Cylindrical-coordinate representation of color #A84ED1: hue angle of 281.22º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84ED1 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16878209-
CMYK0.200.6300.18
HSL281.22º58.74%56.27%-
HSV(B)281.22º62.68%81.96%-
XYZ30.3818.3862.27-
YUV119.84178.32162.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=36.92%
G=17.14%
B=45.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168782090.200.6300.18281.2258.7456.27
HexA84ED1143F0121193b38
Octal25011632124770224317370
Binary1010100010011101101000110100111111010010100011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84ED1; }

 p { color: rgb(168,78,209); }

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

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

 a { background-color: rgb(168,78,209); }

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

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

 span { border-color: rgb(168,78,209); }

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