Shades of Medium Purple #A967FD
Tints of Medium Purple #A967FD
RGB
CMYK
RGB Variations
Color information
#A967FD (or 0xA967FD) is known color: Medium Purple. HEX triplet: A9, 67 and FD. RGB value is (169,103,253). Sum of RGB (Red+Green+Blue) = 169+103+253=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #A967FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967FD is #569802. Grayscale: #8B8B8B. Windows color (decimal): -5675011 or 16607145. OLE color: 16607145.
HSL color Cylindrical-coordinate representation of color #A967FD: hue angle of 266.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A967FD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 103 | 253 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.01 |
| HSL | 266.4º | 0.97% | 0.7% | - |
| HSV(B) | 266.4º | 0.59% | 0.99% | - |
| XYZ | 38.94 | 25.23 | 95.75 | - |
| YUV | 139.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 253 | 0.33 | 0.59 | 0 | 0.01 | 266.4 | 0.97 | 0.7 |
| Hex | A9 | 67 | FD | 21 | 3B | 0 | 1 | 10A | 61 | 46 |
| Octal | 251 | 147 | 375 | 41 | 73 | 0 | 1 | 412 | 141 | 106 |
| Binary | 10101001 | 1100111 | 11111101 | 100001 | 111011 | 0 | 1 | 100001010 | 1100001 | 1000110 |
Color Harmonies of #A967FD
Complementary color
Monochromatic Colors of #A967FD
Black with #A967FD
Text Example
Text Example
White with #A967FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967FD; }
p { color: rgb(169,103,253); }
H1.HeaderClassName
{
color: #A967FD;
}
.AnyTagClassName
{
color: #A967FD;
}
</style>
background-color css
<style>
a { background-color: #A967FD; }
a { background-color: rgb(169,103,253); }
div.DivClassName
{
background-color: #A967FD;
}
.BgClassName
{
background-color: #A967FD;
}
</style>
border-color css
<style>
span { border-color: #A967FD; }
span { border-color: rgb(169,103,253); }
td.TdClassName
{
border-color: #A967FD;
}
.TagClassName
{
border-color: #A967FD;
}
</style>