Shades of Medium Purple #A95FFC
Tints of Medium Purple #A95FFC
RGB
CMYK
RGB Variations
Color information
#A95FFC (or 0xA95FFC) is known color: Medium Purple. HEX triplet: A9, 5F and FC. RGB value is (169,95,252). Sum of RGB (Red+Green+Blue) = 169+95+252=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #A95FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95FFC is #56A003. Grayscale: #868686. Windows color (decimal): -5677060 or 16539561. OLE color: 16539561.
HSL color Cylindrical-coordinate representation of color #A95FFC: hue angle of 268.28º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95FFC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 95 | 252 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.01 |
| HSL | 268.28º | 0.96% | 0.68% | - |
| HSV(B) | 268.28º | 0.62% | 0.99% | - |
| XYZ | 38.03 | 23.65 | 94.66 | - |
| YUV | 135.02 | 194.02 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 252 | 0.33 | 0.62 | 0 | 0.01 | 268.28 | 0.96 | 0.68 |
| Hex | A9 | 5F | FC | 21 | 3E | 0 | 1 | 10C | 60 | 44 |
| Octal | 251 | 137 | 374 | 41 | 76 | 0 | 1 | 414 | 140 | 104 |
| Binary | 10101001 | 1011111 | 11111100 | 100001 | 111110 | 0 | 1 | 100001100 | 1100000 | 1000100 |
Color Harmonies of #A95FFC
Complementary color
Monochromatic Colors of #A95FFC
Black with #A95FFC
Text Example
Text Example
White with #A95FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95FFC; }
p { color: rgb(169,95,252); }
H1.HeaderClassName
{
color: #A95FFC;
}
.AnyTagClassName
{
color: #A95FFC;
}
</style>
background-color css
<style>
a { background-color: #A95FFC; }
a { background-color: rgb(169,95,252); }
div.DivClassName
{
background-color: #A95FFC;
}
.BgClassName
{
background-color: #A95FFC;
}
</style>
border-color css
<style>
span { border-color: #A95FFC; }
span { border-color: rgb(169,95,252); }
td.TdClassName
{
border-color: #A95FFC;
}
.TagClassName
{
border-color: #A95FFC;
}
</style>