Shades of Medium Purple #A967FF
Tints of Medium Purple #A967FF
RGB
CMYK
RGB Variations
Color information
#A967FF (or 0xA967FF) is known color: Medium Purple. HEX triplet: A9, 67 and FF. RGB value is (169,103,255). Sum of RGB (Red+Green+Blue) = 169+103+255=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A967FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967FF is #569800. Grayscale: #8B8B8B. Windows color (decimal): -5675009 or 16738217. OLE color: 16738217.
HSL color Cylindrical-coordinate representation of color #A967FF: hue angle of 266.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A967FF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 103 | 255 | - |
| CMYK | 0.34 | 0.60 | 0 | 0 |
| HSL | 266.05º | 1% | 0.7% | - |
| HSV(B) | 266.05º | 0.6% | 1% | - |
| XYZ | 39.26 | 25.36 | 97.43 | - |
| YUV | 140.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 255 | 0.34 | 0.60 | 0 | 0 | 266.05 | 1 | 0.7 |
| Hex | A9 | 67 | FF | 22 | 3C | 0 | 0 | 10A | 64 | 46 |
| Octal | 251 | 147 | 377 | 42 | 74 | 0 | 0 | 412 | 144 | 106 |
| Binary | 10101001 | 1100111 | 11111111 | 100010 | 111100 | 0 | 0 | 100001010 | 1100100 | 1000110 |
Color Harmonies of #A967FF
Complementary color
Monochromatic Colors of #A967FF
Black with #A967FF
Text Example
Text Example
White with #A967FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A967FF; }
p { color: rgb(169,103,255); }
H1.HeaderClassName
{
color: #A967FF;
}
.AnyTagClassName
{
color: #A967FF;
}
</style>
background-color css
<style>
a { background-color: #A967FF; }
a { background-color: rgb(169,103,255); }
div.DivClassName
{
background-color: #A967FF;
}
.BgClassName
{
background-color: #A967FF;
}
</style>
border-color css
<style>
span { border-color: #A967FF; }
span { border-color: rgb(169,103,255); }
td.TdClassName
{
border-color: #A967FF;
}
.TagClassName
{
border-color: #A967FF;
}
</style>