#A84BF4

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

Shades of Medium Orchid #A84BF4

Tints of Medium Orchid #A84BF4

Color information

#A84BF4 (or 0xA84BF4) is unknown color: approx Medium Orchid. HEX triplet: A8, 4B and F4. RGB value is (168,75,244). Sum of RGB (Red+Green+Blue) = 168+75+244=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #A84BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BF4 is #57B40B. Grayscale: #797979. Windows color (decimal): -5747724 or 16010152. OLE color: 16010152.

HSL color Cylindrical-coordinate representation of color #A84BF4: hue angle of 273.02º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84BF4 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16875244-
CMYK0.310.6900.04
HSL273.02º88.48%62.55%-
HSV(B)273.02º69.26%95.69%-
XYZ34.9919.8987.58-
YUV122.07196.81160.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 75 (29.69% from 255) = 15.40%
BLUE value IS 244 (95.70% from 255) = 50.10%
R=34.50%
G=15.40%
B=50.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168752440.310.6900.04273.0288.4862.55
HexA84BF41F4504111583f
Octal250113364371050442113077
Binary1010100010010111111010011111100010101001000100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BF4; }

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

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

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

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

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

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

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

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