#A84EDC

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

Shades of Medium Orchid #A84EDC

Tints of Medium Orchid #A84EDC

Color information

#A84EDC (or 0xA84EDC) is unknown color: approx Medium Orchid. HEX triplet: A8, 4E and DC. RGB value is (168,78,220). Sum of RGB (Red+Green+Blue) = 168+78+220=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A84EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDC is #57B123. Grayscale: #787878. Windows color (decimal): -5746980 or 14438056. OLE color: 14438056.

HSL color Cylindrical-coordinate representation of color #A84EDC: hue angle of 278.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84EDC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16878220-
CMYK0.240.6500.14
HSL278.03º66.98%58.43%-
HSV(B)278.03º64.55%86.27%-
XYZ31.7918.9469.69-
YUV121.1183.82161.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 78 (30.86% from 255) = 16.74%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=36.05%
G=16.74%
B=47.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168782200.240.6500.14278.0366.9858.43
HexA84EDC18410E116433a
Octal2501163343010101642610372
Binary10101000100111011011100110001000001011101000101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EDC; }

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

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

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

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

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

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

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

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