Shades of Medium Purple #A96CF2
Tints of Medium Purple #A96CF2
RGB
CMYK
RGB Variations
Color information
#A96CF2 (or 0xA96CF2) is known color: Medium Purple. HEX triplet: A9, 6C and F2. RGB value is (169,108,242). Sum of RGB (Red+Green+Blue) = 169+108+242=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #A96CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CF2 is #56930D. Grayscale: #8D8D8D. Windows color (decimal): -5673742 or 15887529. OLE color: 15887529.
HSL color Cylindrical-coordinate representation of color #A96CF2: hue angle of 267.31º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96CF2 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 108 | 242 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.05 |
| HSL | 267.31º | 0.84% | 0.69% | - |
| HSV(B) | 267.31º | 0.55% | 0.95% | - |
| XYZ | 37.75 | 25.57 | 86.95 | - |
| YUV | 141.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 242 | 0.30 | 0.55 | 0 | 0.05 | 267.31 | 0.84 | 0.69 |
| Hex | A9 | 6C | F2 | 1E | 37 | 0 | 5 | 10B | 54 | 45 |
| Octal | 251 | 154 | 362 | 36 | 67 | 0 | 5 | 413 | 124 | 105 |
| Binary | 10101001 | 1101100 | 11110010 | 11110 | 110111 | 0 | 101 | 100001011 | 1010100 | 1000101 |
Color Harmonies of #A96CF2
Complementary color
Monochromatic Colors of #A96CF2
Black with #A96CF2
Text Example
Text Example
White with #A96CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CF2; }
p { color: rgb(169,108,242); }
H1.HeaderClassName
{
color: #A96CF2;
}
.AnyTagClassName
{
color: #A96CF2;
}
</style>
background-color css
<style>
a { background-color: #A96CF2; }
a { background-color: rgb(169,108,242); }
div.DivClassName
{
background-color: #A96CF2;
}
.BgClassName
{
background-color: #A96CF2;
}
</style>
border-color css
<style>
span { border-color: #A96CF2; }
span { border-color: rgb(169,108,242); }
td.TdClassName
{
border-color: #A96CF2;
}
.TagClassName
{
border-color: #A96CF2;
}
</style>