#A083EC

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

Shades of Medium Purple #A083EC

Tints of Medium Purple #A083EC

Color information

#A083EC (or 0xA083EC) is unknown color: approx Medium Purple. HEX triplet: A0, 83 and EC. RGB value is (160,131,236). Sum of RGB (Red+Green+Blue) = 160+131+236=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A083EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083EC is #5F7C13. Grayscale: #979797. Windows color (decimal): -6257684 or 15500192. OLE color: 15500192.

HSL color Cylindrical-coordinate representation of color #A083EC: hue angle of 256.57º 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 #A083EC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160131236-
CMYK0.320.4400.07
HSL256.57º73.43%71.96%-
HSV(B)256.57º44.49%92.55%-
XYZ37.7529.7683.11-
YUV151.64175.61133.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=30.36%
G=24.86%
B=44.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601312360.320.4400.07256.5773.4371.96
HexA083EC202C071014948
Octal240203354405407401111110
Binary101000001000001111101100100000101100011110000000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083EC; }

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

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

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

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

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

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

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

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