Shades of Medium Purple #A251FD
Tints of Medium Purple #A251FD
RGB
CMYK
RGB Variations
Color information
#A251FD (or 0xA251FD) is known color: Medium Purple. HEX triplet: A2, 51 and FD. RGB value is (162,81,253). Sum of RGB (Red+Green+Blue) = 162+81+253=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #A251FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A251FD is #5DAE02. Grayscale: #7C7C7C. Windows color (decimal): -6139395 or 16601506. OLE color: 16601506.
HSL color Cylindrical-coordinate representation of color #A251FD: hue angle of 268.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A251FD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 81 | 253 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.01 |
| HSL | 268.26º | 0.98% | 0.65% | - |
| HSV(B) | 268.26º | 0.68% | 0.99% | - |
| XYZ | 35.57 | 20.66 | 95.04 | - |
| YUV | 124.83 | 200.34 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 253 | 0.36 | 0.68 | 0 | 0.01 | 268.26 | 0.98 | 0.65 |
| Hex | A2 | 51 | FD | 24 | 44 | 0 | 1 | 10C | 62 | 41 |
| Octal | 242 | 121 | 375 | 44 | 104 | 0 | 1 | 414 | 142 | 101 |
| Binary | 10100010 | 1010001 | 11111101 | 100100 | 1000100 | 0 | 1 | 100001100 | 1100010 | 1000001 |
Color Harmonies of #A251FD
Complementary color
Monochromatic Colors of #A251FD
Black with #A251FD
Text Example
Text Example
White with #A251FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251FD; }
p { color: rgb(162,81,253); }
H1.HeaderClassName
{
color: #A251FD;
}
.AnyTagClassName
{
color: #A251FD;
}
</style>
background-color css
<style>
a { background-color: #A251FD; }
a { background-color: rgb(162,81,253); }
div.DivClassName
{
background-color: #A251FD;
}
.BgClassName
{
background-color: #A251FD;
}
</style>
border-color css
<style>
span { border-color: #A251FD; }
span { border-color: rgb(162,81,253); }
td.TdClassName
{
border-color: #A251FD;
}
.TagClassName
{
border-color: #A251FD;
}
</style>