Shades of Medium Purple #A853FC
Tints of Medium Purple #A853FC
RGB
CMYK
RGB Variations
Color information
#A853FC (or 0xA853FC) is known color: Medium Purple. HEX triplet: A8, 53 and FC. RGB value is (168,83,252). Sum of RGB (Red+Green+Blue) = 168+83+252=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #A853FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853FC is #57AC03. Grayscale: #7F7F7F. Windows color (decimal): -5745668 or 16536488. OLE color: 16536488.
HSL color Cylindrical-coordinate representation of color #A853FC: hue angle of 270.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A853FC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 83 | 252 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.01 |
| HSL | 270.18º | 0.97% | 0.66% | - |
| HSV(B) | 270.18º | 0.67% | 0.99% | - |
| XYZ | 36.81 | 21.54 | 94.31 | - |
| YUV | 127.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 252 | 0.33 | 0.67 | 0 | 0.01 | 270.18 | 0.97 | 0.66 |
| Hex | A8 | 53 | FC | 21 | 43 | 0 | 1 | 10E | 61 | 42 |
| Octal | 250 | 123 | 374 | 41 | 103 | 0 | 1 | 416 | 141 | 102 |
| Binary | 10101000 | 1010011 | 11111100 | 100001 | 1000011 | 0 | 1 | 100001110 | 1100001 | 1000010 |
Color Harmonies of #A853FC
Complementary color
Monochromatic Colors of #A853FC
Black with #A853FC
Text Example
Text Example
White with #A853FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853FC; }
p { color: rgb(168,83,252); }
H1.HeaderClassName
{
color: #A853FC;
}
.AnyTagClassName
{
color: #A853FC;
}
</style>
background-color css
<style>
a { background-color: #A853FC; }
a { background-color: rgb(168,83,252); }
div.DivClassName
{
background-color: #A853FC;
}
.BgClassName
{
background-color: #A853FC;
}
</style>
border-color css
<style>
span { border-color: #A853FC; }
span { border-color: rgb(168,83,252); }
td.TdClassName
{
border-color: #A853FC;
}
.TagClassName
{
border-color: #A853FC;
}
</style>