#A283EC

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

Shades of Medium Purple #A283EC

Tints of Medium Purple #A283EC

Color information

#A283EC (or 0xA283EC) is unknown color: approx Medium Purple. HEX triplet: A2, 83 and EC. RGB value is (162,131,236). Sum of RGB (Red+Green+Blue) = 162+131+236=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A283EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A283EC is #5D7C13. Grayscale: #979797. Windows color (decimal): -6126612 or 15500194. OLE color: 15500194.

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

Color convert

RGB162131236-
CMYK0.310.4400.07
HSL257.71º73.43%71.96%-
HSV(B)257.71º44.49%92.55%-
XYZ38.1629.9783.13-
YUV152.24175.27134.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=30.62%
G=24.76%
B=44.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621312360.310.4400.07257.7173.4371.96
HexA283EC1F2C071024948
Octal242203354375407402111110
Binary10100010100000111110110011111101100011110000001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283EC; }

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

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

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

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

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

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

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

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