Shades of Medium Purple #A968FF
Tints of Medium Purple #A968FF
RGB
CMYK
RGB Variations
Color information
#A968FF (or 0xA968FF) is known color: Medium Purple. HEX triplet: A9, 68 and FF. RGB value is (169,104,255). Sum of RGB (Red+Green+Blue) = 169+104+255=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #A968FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968FF is #569700. Grayscale: #8C8C8C. Windows color (decimal): -5674753 or 16738473. OLE color: 16738473.
HSL color Cylindrical-coordinate representation of color #A968FF: hue angle of 265.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A968FF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 104 | 255 | - |
| CMYK | 0.34 | 0.59 | 0 | 0 |
| HSL | 265.83º | 1% | 0.7% | - |
| HSV(B) | 265.83º | 0.59% | 1% | - |
| XYZ | 39.36 | 25.56 | 97.47 | - |
| YUV | 140.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 255 | 0.34 | 0.59 | 0 | 0 | 265.83 | 1 | 0.7 |
| Hex | A9 | 68 | FF | 22 | 3B | 0 | 0 | 10A | 64 | 46 |
| Octal | 251 | 150 | 377 | 42 | 73 | 0 | 0 | 412 | 144 | 106 |
| Binary | 10101001 | 1101000 | 11111111 | 100010 | 111011 | 0 | 0 | 100001010 | 1100100 | 1000110 |
Color Harmonies of #A968FF
Complementary color
Monochromatic Colors of #A968FF
Black with #A968FF
Text Example
Text Example
White with #A968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968FF; }
p { color: rgb(169,104,255); }
H1.HeaderClassName
{
color: #A968FF;
}
.AnyTagClassName
{
color: #A968FF;
}
</style>
background-color css
<style>
a { background-color: #A968FF; }
a { background-color: rgb(169,104,255); }
div.DivClassName
{
background-color: #A968FF;
}
.BgClassName
{
background-color: #A968FF;
}
</style>
border-color css
<style>
span { border-color: #A968FF; }
span { border-color: rgb(169,104,255); }
td.TdClassName
{
border-color: #A968FF;
}
.TagClassName
{
border-color: #A968FF;
}
</style>