#A84DCA

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

Shades of Medium Orchid #A84DCA

Tints of Medium Orchid #A84DCA

Color information

#A84DCA (or 0xA84DCA) is unknown color: approx Medium Orchid. HEX triplet: A8, 4D and CA. RGB value is (168,77,202). Sum of RGB (Red+Green+Blue) = 168+77+202=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #A84DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DCA is #57B235. Grayscale: #767676. Windows color (decimal): -5747254 or 13258152. OLE color: 13258152.

HSL color Cylindrical-coordinate representation of color #A84DCA: hue angle of 283.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84DCA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16877202-
CMYK0.170.6200.21
HSL283.68º54.11%54.71%-
HSV(B)283.68º61.88%79.22%-
XYZ29.4617.957.78-
YUV118.46175.15163.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=37.58%
G=17.23%
B=45.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168772020.170.6200.21283.6854.1154.71
HexA84DCA113E01511c3637
Octal25011531221760254346667
Binary1010100010011011100101010001111110010101100011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84DCA; }

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

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

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

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

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

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

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

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