#A982E9

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

Shades of Medium Purple #A982E9

Tints of Medium Purple #A982E9

Color information

#A982E9 (or 0xA982E9) is unknown color: approx Medium Purple. HEX triplet: A9, 82 and E9. RGB value is (169,130,233). Sum of RGB (Red+Green+Blue) = 169+130+233=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A982E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982E9 is #567D16. Grayscale: #999999. Windows color (decimal): -5668119 or 15303337. OLE color: 15303337.

HSL color Cylindrical-coordinate representation of color #A982E9: hue angle of 262.72º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A982E9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169130233-
CMYK0.270.4400.09
HSL262.72º70.07%71.18%-
HSV(B)262.72º44.21%91.37%-
XYZ39.0530.2880.88-
YUV153.4172.92139.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=31.77%
G=24.44%
B=43.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691302330.270.4400.09262.7270.0771.18
HexA982E91B2C091074647
Octal2512023513354011407106107
Binary101010011000001011101001110111011000100110000011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982E9; }

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

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

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

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

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

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

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

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