#A982F8

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

Shades of Medium Purple #A982F8

Tints of Medium Purple #A982F8

Color information

#A982F8 (or 0xA982F8) is unknown color: approx Medium Purple. HEX triplet: A9, 82 and F8. RGB value is (169,130,248). Sum of RGB (Red+Green+Blue) = 169+130+248=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #A982F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982F8 is #567D07. Grayscale: #9A9A9A. Windows color (decimal): -5668104 or 16286377. OLE color: 16286377.

HSL color Cylindrical-coordinate representation of color #A982F8: hue angle of 259.83º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A982F8 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169130248-
CMYK0.320.4800.03
HSL259.83º89.39%74.12%-
HSV(B)259.83º47.58%97.25%-
XYZ41.2931.1892.65-
YUV155.11180.42137.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 248 (97.27% from 255) = 45.34%
R=30.90%
G=23.77%
B=45.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691302480.320.4800.03259.8389.3974.12
HexA982F8203003104594a
Octal251202370406003404131112
Binary10101001100000101111100010000011000001110000010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982F8; }

 p { color: rgb(169,130,248); }

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

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

 a { background-color: rgb(169,130,248); }

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

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

 span { border-color: rgb(169,130,248); }

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