Shades of Medium Purple #A956FE
Tints of Medium Purple #A956FE
RGB
CMYK
RGB Variations
Color information
#A956FE (or 0xA956FE) is known color: Medium Purple. HEX triplet: A9, 56 and FE. RGB value is (169,86,254). Sum of RGB (Red+Green+Blue) = 169+86+254=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A956FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A956FE is #56A901. Grayscale: #818181. Windows color (decimal): -5679362 or 16668329. OLE color: 16668329.
HSL color Cylindrical-coordinate representation of color #A956FE: hue angle of 269.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A956FE is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 86 | 254 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.00 |
| HSL | 269.64º | 0.99% | 0.67% | - |
| HSV(B) | 269.64º | 0.66% | 1% | - |
| XYZ | 37.58 | 22.25 | 96.08 | - |
| YUV | 129.97 | 198 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 254 | 0.33 | 0.66 | 0 | 0.00 | 269.64 | 0.99 | 0.67 |
| Hex | A9 | 56 | FE | 21 | 42 | 0 | 0 | 10E | 63 | 43 |
| Octal | 251 | 126 | 376 | 41 | 102 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101001 | 1010110 | 11111110 | 100001 | 1000010 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #A956FE
Complementary color
Monochromatic Colors of #A956FE
Black with #A956FE
Text Example
Text Example
White with #A956FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956FE; }
p { color: rgb(169,86,254); }
H1.HeaderClassName
{
color: #A956FE;
}
.AnyTagClassName
{
color: #A956FE;
}
</style>
background-color css
<style>
a { background-color: #A956FE; }
a { background-color: rgb(169,86,254); }
div.DivClassName
{
background-color: #A956FE;
}
.BgClassName
{
background-color: #A956FE;
}
</style>
border-color css
<style>
span { border-color: #A956FE; }
span { border-color: rgb(169,86,254); }
td.TdClassName
{
border-color: #A956FE;
}
.TagClassName
{
border-color: #A956FE;
}
</style>