#A083E5

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

Shades of Medium Purple #A083E5

Tints of Medium Purple #A083E5

Color information

#A083E5 (or 0xA083E5) is unknown color: approx Medium Purple. HEX triplet: A0, 83 and E5. RGB value is (160,131,229). Sum of RGB (Red+Green+Blue) = 160+131+229=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #A083E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083E5 is #5F7C1A. Grayscale: #969696. Windows color (decimal): -6257691 or 15041440. OLE color: 15041440.

HSL color Cylindrical-coordinate representation of color #A083E5: hue angle of 257.76º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A083E5 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160131229-
CMYK0.300.4300.10
HSL257.76º65.33%70.59%-
HSV(B)257.76º42.79%89.8%-
XYZ36.7629.3677.86-
YUV150.84172.11134.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 229 (89.84% from 255) = 44.04%
R=30.77%
G=25.19%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601312290.300.4300.10257.7665.3370.59
HexA083E51E2B0A1024147
Octal2402033453653012402101107
Binary101000001000001111100101111101010110101010000001010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083E5; }

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

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

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

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

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

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

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

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