#A082E8

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

Shades of Medium Purple #A082E8

Tints of Medium Purple #A082E8

Color information

#A082E8 (or 0xA082E8) is unknown color: approx Medium Purple. HEX triplet: A0, 82 and E8. RGB value is (160,130,232). Sum of RGB (Red+Green+Blue) = 160+130+232=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #A082E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082E8 is #5F7D17. Grayscale: #969696. Windows color (decimal): -6257944 or 15237792. OLE color: 15237792.

HSL color Cylindrical-coordinate representation of color #A082E8: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A082E8 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160130232-
CMYK0.310.4400.09
HSL257.65º68.92%70.98%-
HSV(B)257.65º43.97%90.98%-
XYZ37.0529.2780.04-
YUV150.6173.94134.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=30.65%
G=24.90%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601302320.310.4400.09257.6568.9270.98
HexA082E81F2C091024547
Octal2402023503754011402105107
Binary101000001000001011101000111111011000100110000001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082E8; }

 p { color: rgb(160,130,232); }

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

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

 a { background-color: rgb(160,130,232); }

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

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

 span { border-color: rgb(160,130,232); }

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