Shades of Medium Purple #A353FF
Tints of Medium Purple #A353FF
RGB
CMYK
RGB Variations
Color information
#A353FF (or 0xA353FF) is known color: Medium Purple. HEX triplet: A3, 53 and FF. RGB value is (163,83,255). Sum of RGB (Red+Green+Blue) = 163+83+255=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #A353FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353FF is #5CAC00. Grayscale: #7D7D7D. Windows color (decimal): -6073345 or 16733091. OLE color: 16733091.
HSL color Cylindrical-coordinate representation of color #A353FF: hue angle of 267.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A353FF is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 83 | 255 | - |
| CMYK | 0.36 | 0.67 | 0 | 0 |
| HSL | 267.91º | 1% | 0.66% | - |
| HSV(B) | 267.91º | 0.67% | 1% | - |
| XYZ | 36.25 | 21.19 | 96.79 | - |
| YUV | 126.53 | 200.5 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 255 | 0.36 | 0.67 | 0 | 0 | 267.91 | 1 | 0.66 |
| Hex | A3 | 53 | FF | 24 | 43 | 0 | 0 | 10C | 64 | 42 |
| Octal | 243 | 123 | 377 | 44 | 103 | 0 | 0 | 414 | 144 | 102 |
| Binary | 10100011 | 1010011 | 11111111 | 100100 | 1000011 | 0 | 0 | 100001100 | 1100100 | 1000010 |
Color Harmonies of #A353FF
Complementary color
Monochromatic Colors of #A353FF
Black with #A353FF
Text Example
Text Example
White with #A353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353FF; }
p { color: rgb(163,83,255); }
H1.HeaderClassName
{
color: #A353FF;
}
.AnyTagClassName
{
color: #A353FF;
}
</style>
background-color css
<style>
a { background-color: #A353FF; }
a { background-color: rgb(163,83,255); }
div.DivClassName
{
background-color: #A353FF;
}
.BgClassName
{
background-color: #A353FF;
}
</style>
border-color css
<style>
span { border-color: #A353FF; }
span { border-color: rgb(163,83,255); }
td.TdClassName
{
border-color: #A353FF;
}
.TagClassName
{
border-color: #A353FF;
}
</style>