Shades of Medium Purple #A853FB
Tints of Medium Purple #A853FB
RGB
CMYK
RGB Variations
Color information
#A853FB (or 0xA853FB) is known color: Medium Purple. HEX triplet: A8, 53 and FB. RGB value is (168,83,251). Sum of RGB (Red+Green+Blue) = 168+83+251=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #A853FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A853FB is #57AC04. Grayscale: #7E7E7E. Windows color (decimal): -5745669 or 16470952. OLE color: 16470952.
HSL color Cylindrical-coordinate representation of color #A853FB: hue angle of 270.36º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A853FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 83 | 251 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.02 |
| HSL | 270.36º | 0.95% | 0.65% | - |
| HSV(B) | 270.36º | 0.67% | 0.98% | - |
| XYZ | 36.65 | 21.48 | 93.48 | - |
| YUV | 127.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 251 | 0.33 | 0.67 | 0 | 0.02 | 270.36 | 0.95 | 0.65 |
| Hex | A8 | 53 | FB | 21 | 43 | 0 | 2 | 10E | 5F | 41 |
| Octal | 250 | 123 | 373 | 41 | 103 | 0 | 2 | 416 | 137 | 101 |
| Binary | 10101000 | 1010011 | 11111011 | 100001 | 1000011 | 0 | 10 | 100001110 | 1011111 | 1000001 |
Color Harmonies of #A853FB
Complementary color
Monochromatic Colors of #A853FB
Black with #A853FB
Text Example
Text Example
White with #A853FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853FB; }
p { color: rgb(168,83,251); }
H1.HeaderClassName
{
color: #A853FB;
}
.AnyTagClassName
{
color: #A853FB;
}
</style>
background-color css
<style>
a { background-color: #A853FB; }
a { background-color: rgb(168,83,251); }
div.DivClassName
{
background-color: #A853FB;
}
.BgClassName
{
background-color: #A853FB;
}
</style>
border-color css
<style>
span { border-color: #A853FB; }
span { border-color: rgb(168,83,251); }
td.TdClassName
{
border-color: #A853FB;
}
.TagClassName
{
border-color: #A853FB;
}
</style>