#A84ED5

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

Shades of Medium Orchid #A84ED5

Tints of Medium Orchid #A84ED5

Color information

#A84ED5 (or 0xA84ED5) is unknown color: approx Medium Orchid. HEX triplet: A8, 4E and D5. RGB value is (168,78,213). Sum of RGB (Red+Green+Blue) = 168+78+213=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #A84ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ED5 is #57B12A. Grayscale: #777777. Windows color (decimal): -5746987 or 13979304. OLE color: 13979304.

HSL color Cylindrical-coordinate representation of color #A84ED5: hue angle of 280º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84ED5 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16878213-
CMYK0.210.6300.16
HSL280º61.64%57.06%-
HSV(B)280º63.38%83.53%-
XYZ30.8818.5864.91-
YUV120.3180.32162.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 213 (83.59% from 255) = 46.41%
R=36.60%
G=16.99%
B=46.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168782130.210.6300.1628061.6457.06
HexA84ED5153F0101183e39
Octal25011632525770204307671
Binary1010100010011101101010110101111111010000100011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84ED5; }

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

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

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

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

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

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

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

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