Shades of Medium Purple #A083E5
Tints of Medium Purple #A083E5
RGB
CMYK
RGB Variations
Color information
#A083E5 (or 0xA083E5) is known color: 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
RGB | 160 | 131 | 229 | - |
CMYK | 0.30 | 0.43 | 0 | 0.10 |
HSL | 257.76º | 0.65% | 0.71% | - |
HSV(B) | 257.76º | 0.43% | 0.9% | - |
XYZ | 36.76 | 29.36 | 77.86 | - |
YUV | 150.84 | 172.11 | 134.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 131 | 229 | 0.30 | 0.43 | 0 | 0.10 | 257.76 | 0.65 | 0.71 |
Hex | A0 | 83 | E5 | 1E | 2B | 0 | A | 102 | 41 | 47 |
Octal | 240 | 203 | 345 | 36 | 53 | 0 | 12 | 402 | 101 | 107 |
Binary | 10100000 | 10000011 | 11100101 | 11110 | 101011 | 0 | 1010 | 100000010 | 1000001 | 1000111 |
Color Harmonies of #A083E5
Complementary color
Monochromatic Colors of #A083E5
Black with #A083E5
Text Example
Text Example
White with #A083E5
Text Example
Text Example
HTML Codes & Css Web 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>