#A84BF7

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

Shades of Medium Orchid #A84BF7

Tints of Medium Orchid #A84BF7

Color information

#A84BF7 (or 0xA84BF7) is unknown color: approx Medium Orchid. HEX triplet: A8, 4B and F7. RGB value is (168,75,247). Sum of RGB (Red+Green+Blue) = 168+75+247=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #A84BF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BF7 is #57B408. Grayscale: #797979. Windows color (decimal): -5747721 or 16206760. OLE color: 16206760.

HSL color Cylindrical-coordinate representation of color #A84BF7: hue angle of 272.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84BF7 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16875247-
CMYK0.320.7000.03
HSL272.44º91.49%63.14%-
HSV(B)272.44º69.64%96.86%-
XYZ35.4520.0790-
YUV122.42198.31160.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 75 (29.69% from 255) = 15.31%
BLUE value IS 247 (96.88% from 255) = 50.41%
R=34.29%
G=15.31%
B=50.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal168752470.320.7000.03272.4491.4963.14
HexA84BF72046031105b3f
Octal250113367401060342013377
Binary1010100010010111111011110000010001100111000100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BF7; }

 p { color: rgb(168,75,247); }

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

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

 a { background-color: rgb(168,75,247); }

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

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

 span { border-color: rgb(168,75,247); }

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