#A864FB

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

Shades of Medium Purple #A864FB

Tints of Medium Purple #A864FB

Color information

#A864FB (or 0xA864FB) is unknown color: approx Medium Purple. HEX triplet: A8, 64 and FB. RGB value is (168,100,251). Sum of RGB (Red+Green+Blue) = 168+100+251=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #A864FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864FB is #579B04. Grayscale: #898989. Windows color (decimal): -5741317 or 16475304. OLE color: 16475304.

HSL color Cylindrical-coordinate representation of color #A864FB: hue angle of 267.02º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A864FB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168100251-
CMYK0.330.6000.02
HSL267.02º94.97%68.82%-
HSV(B)267.02º60.16%98.43%-
XYZ38.1224.493.97-
YUV137.55192.03149.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=32.37%
G=19.27%
B=48.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681002510.330.6000.02267.0294.9768.82
HexA864FB213C0210b5f45
Octal250144373417402413137105
Binary1010100011001001111101110000111110001010000101110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864FB; }

 p { color: rgb(168,100,251); }

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

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

 a { background-color: rgb(168,100,251); }

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

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

 span { border-color: rgb(168,100,251); }

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