#A886F9

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

Shades of Medium Purple #A886F9

Tints of Medium Purple #A886F9

Color information

#A886F9 (or 0xA886F9) is unknown color: approx Medium Purple. HEX triplet: A8, 86 and F9. RGB value is (168,134,249). Sum of RGB (Red+Green+Blue) = 168+134+249=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #A886F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886F9 is #577906. Grayscale: #9C9C9C. Windows color (decimal): -5732615 or 16352936. OLE color: 16352936.

HSL color Cylindrical-coordinate representation of color #A886F9: hue angle of 257.74º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A886F9 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168134249-
CMYK0.330.4600.02
HSL257.74º90.55%75.1%-
HSV(B)257.74º46.18%97.65%-
XYZ41.7732.2193.64-
YUV157.28179.76135.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=30.49%
G=24.32%
B=45.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681342490.330.4600.02257.7490.5575.1
HexA886F9212E021025b4b
Octal250206371415602402133113
Binary10101000100001101111100110000110111001010000001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886F9; }

 p { color: rgb(168,134,249); }

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

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

 a { background-color: rgb(168,134,249); }

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

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

 span { border-color: rgb(168,134,249); }

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