Shades of Medium Purple #A95AFE
Tints of Medium Purple #A95AFE
RGB
CMYK
RGB Variations
Color information
#A95AFE (or 0xA95AFE) is known color: Medium Purple. HEX triplet: A9, 5A and FE. RGB value is (169,90,254). Sum of RGB (Red+Green+Blue) = 169+90+254=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A95AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95AFE is #56A501. Grayscale: #838383. Windows color (decimal): -5678338 or 16669353. OLE color: 16669353.
HSL color Cylindrical-coordinate representation of color #A95AFE: hue angle of 268.9º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A95AFE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 90 | 254 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.00 |
| HSL | 268.9º | 0.99% | 0.67% | - |
| HSV(B) | 268.9º | 0.65% | 1% | - |
| XYZ | 37.91 | 22.9 | 96.19 | - |
| YUV | 132.32 | 196.67 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 254 | 0.33 | 0.65 | 0 | 0.00 | 268.9 | 0.99 | 0.67 |
| Hex | A9 | 5A | FE | 21 | 41 | 0 | 0 | 10D | 63 | 43 |
| Octal | 251 | 132 | 376 | 41 | 101 | 0 | 0 | 415 | 143 | 103 |
| Binary | 10101001 | 1011010 | 11111110 | 100001 | 1000001 | 0 | 0 | 100001101 | 1100011 | 1000011 |
Color Harmonies of #A95AFE
Complementary color
Monochromatic Colors of #A95AFE
Black with #A95AFE
Text Example
Text Example
White with #A95AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95AFE; }
p { color: rgb(169,90,254); }
H1.HeaderClassName
{
color: #A95AFE;
}
.AnyTagClassName
{
color: #A95AFE;
}
</style>
background-color css
<style>
a { background-color: #A95AFE; }
a { background-color: rgb(169,90,254); }
div.DivClassName
{
background-color: #A95AFE;
}
.BgClassName
{
background-color: #A95AFE;
}
</style>
border-color css
<style>
span { border-color: #A95AFE; }
span { border-color: rgb(169,90,254); }
td.TdClassName
{
border-color: #A95AFE;
}
.TagClassName
{
border-color: #A95AFE;
}
</style>