#A981EA

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

Shades of Medium Purple #A981EA

Tints of Medium Purple #A981EA

Color information

#A981EA (or 0xA981EA) is unknown color: approx Medium Purple. HEX triplet: A9, 81 and EA. RGB value is (169,129,234). Sum of RGB (Red+Green+Blue) = 169+129+234=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #A981EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981EA is #567E15. Grayscale: #989898. Windows color (decimal): -5668374 or 15368617. OLE color: 15368617.

HSL color Cylindrical-coordinate representation of color #A981EA: hue angle of 262.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A981EA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169129234-
CMYK0.280.4500.08
HSL262.86º71.43%71.18%-
HSV(B)262.86º44.87%91.76%-
XYZ39.0630.0881.59-
YUV152.93173.75139.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=31.77%
G=24.25%
B=43.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691292340.280.4500.08262.8671.4371.18
HexA981EA1C2D081074747
Octal2512013523455010407107107
Binary101010011000000111101010111001011010100010000011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981EA; }

 p { color: rgb(169,129,234); }

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

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

 a { background-color: rgb(169,129,234); }

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

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

 span { border-color: rgb(169,129,234); }

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