Shades of Medium Purple #A17FF2
Tints of Medium Purple #A17FF2
RGB
CMYK
RGB Variations
Color information
#A17FF2 (or 0xA17FF2) is known color: Medium Purple. HEX triplet: A1, 7F and F2. RGB value is (161,127,242). Sum of RGB (Red+Green+Blue) = 161+127+242=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A17FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FF2 is #5E800D. Grayscale: #959595. Windows color (decimal): -6193166 or 15892385. OLE color: 15892385.
HSL color Cylindrical-coordinate representation of color #A17FF2: hue angle of 257.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17FF2 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 127 | 242 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 257.74º | 0.82% | 0.72% | - |
| HSV(B) | 257.74º | 0.48% | 0.95% | - |
| XYZ | 38.31 | 29.17 | 87.61 | - |
| YUV | 150.28 | 179.76 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 242 | 0.33 | 0.48 | 0 | 0.05 | 257.74 | 0.82 | 0.72 |
| Hex | A1 | 7F | F2 | 21 | 30 | 0 | 5 | 102 | 52 | 48 |
| Octal | 241 | 177 | 362 | 41 | 60 | 0 | 5 | 402 | 122 | 110 |
| Binary | 10100001 | 1111111 | 11110010 | 100001 | 110000 | 0 | 101 | 100000010 | 1010010 | 1001000 |
Color Harmonies of #A17FF2
Complementary color
Monochromatic Colors of #A17FF2
Black with #A17FF2
Text Example
Text Example
White with #A17FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FF2; }
p { color: rgb(161,127,242); }
H1.HeaderClassName
{
color: #A17FF2;
}
.AnyTagClassName
{
color: #A17FF2;
}
</style>
background-color css
<style>
a { background-color: #A17FF2; }
a { background-color: rgb(161,127,242); }
div.DivClassName
{
background-color: #A17FF2;
}
.BgClassName
{
background-color: #A17FF2;
}
</style>
border-color css
<style>
span { border-color: #A17FF2; }
span { border-color: rgb(161,127,242); }
td.TdClassName
{
border-color: #A17FF2;
}
.TagClassName
{
border-color: #A17FF2;
}
</style>