Shades of Medium Purple #A16CF2
Tints of Medium Purple #A16CF2
RGB
CMYK
RGB Variations
Color information
#A16CF2 (or 0xA16CF2) is known color: Medium Purple. HEX triplet: A1, 6C and F2. RGB value is (161,108,242). Sum of RGB (Red+Green+Blue) = 161+108+242=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #A16CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CF2 is #5E930D. Grayscale: #8A8A8A. Windows color (decimal): -6198030 or 15887521. OLE color: 15887521.
HSL color Cylindrical-coordinate representation of color #A16CF2: hue angle of 263.73º 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 #A16CF2 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 108 | 242 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 263.73º | 0.84% | 0.69% | - |
| HSV(B) | 263.73º | 0.55% | 0.95% | - |
| XYZ | 36.09 | 24.71 | 86.87 | - |
| YUV | 139.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 242 | 0.33 | 0.55 | 0 | 0.05 | 263.73 | 0.84 | 0.69 |
| Hex | A1 | 6C | F2 | 21 | 37 | 0 | 5 | 108 | 54 | 45 |
| Octal | 241 | 154 | 362 | 41 | 67 | 0 | 5 | 410 | 124 | 105 |
| Binary | 10100001 | 1101100 | 11110010 | 100001 | 110111 | 0 | 101 | 100001000 | 1010100 | 1000101 |
Color Harmonies of #A16CF2
Complementary color
Monochromatic Colors of #A16CF2
Black with #A16CF2
Text Example
Text Example
White with #A16CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CF2; }
p { color: rgb(161,108,242); }
H1.HeaderClassName
{
color: #A16CF2;
}
.AnyTagClassName
{
color: #A16CF2;
}
</style>
background-color css
<style>
a { background-color: #A16CF2; }
a { background-color: rgb(161,108,242); }
div.DivClassName
{
background-color: #A16CF2;
}
.BgClassName
{
background-color: #A16CF2;
}
</style>
border-color css
<style>
span { border-color: #A16CF2; }
span { border-color: rgb(161,108,242); }
td.TdClassName
{
border-color: #A16CF2;
}
.TagClassName
{
border-color: #A16CF2;
}
</style>