#A84CF2

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

Shades of Medium Orchid #A84CF2

Tints of Medium Orchid #A84CF2

Color information

#A84CF2 (or 0xA84CF2) is unknown color: approx Medium Orchid. HEX triplet: A8, 4C and F2. RGB value is (168,76,242). Sum of RGB (Red+Green+Blue) = 168+76+242=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #A84CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CF2 is #57B30D. Grayscale: #797979. Windows color (decimal): -5747470 or 15879336. OLE color: 15879336.

HSL color Cylindrical-coordinate representation of color #A84CF2: hue angle of 273.25º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84CF2 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16876242-
CMYK0.310.6900.05
HSL273.25º86.46%62.35%-
HSV(B)273.25º68.6%94.9%-
XYZ34.7619.986.01-
YUV122.43195.48160.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 76 (30.08% from 255) = 15.64%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=34.57%
G=15.64%
B=49.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168762420.310.6900.05273.2586.4662.35
HexA84CF21F4505111563e
Octal250114362371050542112676
Binary1010100010011001111001011111100010101011000100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84CF2; }

 p { color: rgb(168,76,242); }

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

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

 a { background-color: rgb(168,76,242); }

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

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

 span { border-color: rgb(168,76,242); }

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