#A983EC

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

Shades of Medium Purple #A983EC

Tints of Medium Purple #A983EC

Color information

#A983EC (or 0xA983EC) is unknown color: approx Medium Purple. HEX triplet: A9, 83 and EC. RGB value is (169,131,236). Sum of RGB (Red+Green+Blue) = 169+131+236=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #A983EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A983EC is #567C13. Grayscale: #999999. Windows color (decimal): -5667860 or 15500201. OLE color: 15500201.

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

Color convert

RGB169131236-
CMYK0.280.4400.07
HSL261.71º73.43%71.96%-
HSV(B)261.71º44.49%92.55%-
XYZ39.6230.7283.2-
YUV154.33174.09138.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=31.53%
G=24.44%
B=44.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691312360.280.4400.07261.7173.4371.96
HexA983EC1C2C071064948
Octal251203354345407406111110
Binary10101001100000111110110011100101100011110000011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A983EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A983EC; }

 p { color: rgb(169,131,236); }

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

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

 a { background-color: rgb(169,131,236); }

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

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

 span { border-color: rgb(169,131,236); }

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