Shades of Medium Purple #A95DF8
Tints of Medium Purple #A95DF8
RGB
CMYK
RGB Variations
Color information
#A95DF8 (or 0xA95DF8) is known color: Medium Purple. HEX triplet: A9, 5D and F8. RGB value is (169,93,248). Sum of RGB (Red+Green+Blue) = 169+93+248=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #A95DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95DF8 is #56A207. Grayscale: #848484. Windows color (decimal): -5677576 or 16276905. OLE color: 16276905.
HSL color Cylindrical-coordinate representation of color #A95DF8: hue angle of 269.42º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95DF8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 93 | 248 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.03 |
| HSL | 269.42º | 0.92% | 0.67% | - |
| HSV(B) | 269.42º | 0.63% | 0.97% | - |
| XYZ | 37.22 | 23.04 | 91.29 | - |
| YUV | 133.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 248 | 0.32 | 0.62 | 0 | 0.03 | 269.42 | 0.92 | 0.67 |
| Hex | A9 | 5D | F8 | 20 | 3E | 0 | 3 | 10D | 5C | 43 |
| Octal | 251 | 135 | 370 | 40 | 76 | 0 | 3 | 415 | 134 | 103 |
| Binary | 10101001 | 1011101 | 11111000 | 100000 | 111110 | 0 | 11 | 100001101 | 1011100 | 1000011 |
Color Harmonies of #A95DF8
Complementary color
Monochromatic Colors of #A95DF8
Black with #A95DF8
Text Example
Text Example
White with #A95DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DF8; }
p { color: rgb(169,93,248); }
H1.HeaderClassName
{
color: #A95DF8;
}
.AnyTagClassName
{
color: #A95DF8;
}
</style>
background-color css
<style>
a { background-color: #A95DF8; }
a { background-color: rgb(169,93,248); }
div.DivClassName
{
background-color: #A95DF8;
}
.BgClassName
{
background-color: #A95DF8;
}
</style>
border-color css
<style>
span { border-color: #A95DF8; }
span { border-color: rgb(169,93,248); }
td.TdClassName
{
border-color: #A95DF8;
}
.TagClassName
{
border-color: #A95DF8;
}
</style>