#A886FA

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

Shades of Medium Purple #A886FA

Tints of Medium Purple #A886FA

Color information

#A886FA (or 0xA886FA) is unknown color: approx Medium Purple. HEX triplet: A8, 86 and FA. RGB value is (168,134,250). Sum of RGB (Red+Green+Blue) = 168+134+250=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #A886FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886FA is #577905. Grayscale: #9C9C9C. Windows color (decimal): -5732614 or 16418472. OLE color: 16418472.

HSL color Cylindrical-coordinate representation of color #A886FA: hue angle of 257.59º degrees, saturation: 0.92, 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 #A886FA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168134250-
CMYK0.330.4600.02
HSL257.59º92.06%75.29%-
HSV(B)257.59º46.4%98.04%-
XYZ41.9332.2894.46-
YUV157.39180.26135.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.43%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=30.43%
G=24.28%
B=45.29%

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
Decimal1681342500.330.4600.02257.5992.0675.29
HexA886FA212E021025c4b
Octal250206372415602402134113
Binary10101000100001101111101010000110111001010000001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886FA; }

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

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

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

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

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

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

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

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