#A981ED

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

Shades of Medium Purple #A981ED

Tints of Medium Purple #A981ED

Color information

#A981ED (or 0xA981ED) is unknown color: approx Medium Purple. HEX triplet: A9, 81 and ED. RGB value is (169,129,237). Sum of RGB (Red+Green+Blue) = 169+129+237=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #A981ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981ED is #567E12. Grayscale: #989898. Windows color (decimal): -5668371 or 15565225. OLE color: 15565225.

HSL color Cylindrical-coordinate representation of color #A981ED: hue angle of 262.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A981ED is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169129237-
CMYK0.290.4600.07
HSL262.22º75%71.76%-
HSV(B)262.22º45.57%92.94%-
XYZ39.530.2583.88-
YUV153.27175.25139.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=31.59%
G=24.11%
B=44.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691292370.290.4600.07262.227571.76
HexA981ED1D2E071064b48
Octal251201355355607406113110
Binary10101001100000011110110111101101110011110000011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981ED; }

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

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

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

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

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

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

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

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