#A84DFC

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

Shades of Medium Orchid #A84DFC

Tints of Medium Orchid #A84DFC

Color information

#A84DFC (or 0xA84DFC) is unknown color: approx Medium Orchid. HEX triplet: A8, 4D and FC. RGB value is (168,77,252). Sum of RGB (Red+Green+Blue) = 168+77+252=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DFC is #57B203. Grayscale: #7B7B7B. Windows color (decimal): -5747204 or 16534952. OLE color: 16534952.

HSL color Cylindrical-coordinate representation of color #A84DFC: hue angle of 271.2º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84DFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16877252-
CMYK0.330.6900.01
HSL271.2º96.69%64.51%-
HSV(B)271.2º69.44%98.82%-
XYZ36.3720.6694.17-
YUV124.16200.15159.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 77 (30.47% from 255) = 15.49%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=33.80%
G=15.49%
B=50.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168772520.330.6900.01271.296.6964.51
HexA84DFC21450110f6141
Octal2501153744110501417141101
Binary1010100010011011111110010000110001010110000111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84DFC; }

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

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

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

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

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

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

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

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