#A876F3

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

Shades of Medium Purple #A876F3

Tints of Medium Purple #A876F3

Color information

#A876F3 (or 0xA876F3) is unknown color: approx Medium Purple. HEX triplet: A8, 76 and F3. RGB value is (168,118,243). Sum of RGB (Red+Green+Blue) = 168+118+243=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A876F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876F3 is #57890C. Grayscale: #929292. Windows color (decimal): -5736717 or 15955624. OLE color: 15955624.

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

Color convert

RGB168118243-
CMYK0.310.5100.05
HSL264º83.89%70.78%-
HSV(B)264º51.44%95.29%-
XYZ38.827.7588.11-
YUV147.2182.06142.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=31.76%
G=22.31%
B=45.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681182430.310.5100.0526483.8970.78
HexA876F31F33051085447
Octal250166363376305410124107
Binary1010100011101101111001111111110011010110000100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876F3; }

 p { color: rgb(168,118,243); }

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

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

 a { background-color: rgb(168,118,243); }

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

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

 span { border-color: rgb(168,118,243); }

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