Shades of Medium Purple #A483DF
Tints of Medium Purple #A483DF
RGB
CMYK
RGB Variations
Color information
#A483DF (or 0xA483DF) is known color: Medium Purple. HEX triplet: A4, 83 and DF. RGB value is (164,131,223). Sum of RGB (Red+Green+Blue) = 164+131+223=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A483DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483DF is #5B7C20. Grayscale: #979797. Windows color (decimal): -5995553 or 14648228. OLE color: 14648228.
HSL color Cylindrical-coordinate representation of color #A483DF: hue angle of 261.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A483DF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 131 | 223 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.13 |
| HSL | 261.52º | 0.59% | 0.69% | - |
| HSV(B) | 261.52º | 0.41% | 0.87% | - |
| XYZ | 36.75 | 29.45 | 73.56 | - |
| YUV | 151.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 223 | 0.26 | 0.41 | 0 | 0.13 | 261.52 | 0.59 | 0.69 |
| Hex | A4 | 83 | DF | 1A | 29 | 0 | D | 106 | 3B | 45 |
| Octal | 244 | 203 | 337 | 32 | 51 | 0 | 15 | 406 | 73 | 105 |
| Binary | 10100100 | 10000011 | 11011111 | 11010 | 101001 | 0 | 1101 | 100000110 | 111011 | 1000101 |
Color Harmonies of #A483DF
Complementary color
Monochromatic Colors of #A483DF
Black with #A483DF
Text Example
Text Example
White with #A483DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483DF; }
p { color: rgb(164,131,223); }
H1.HeaderClassName
{
color: #A483DF;
}
.AnyTagClassName
{
color: #A483DF;
}
</style>
background-color css
<style>
a { background-color: #A483DF; }
a { background-color: rgb(164,131,223); }
div.DivClassName
{
background-color: #A483DF;
}
.BgClassName
{
background-color: #A483DF;
}
</style>
border-color css
<style>
span { border-color: #A483DF; }
span { border-color: rgb(164,131,223); }
td.TdClassName
{
border-color: #A483DF;
}
.TagClassName
{
border-color: #A483DF;
}
</style>