Shades of Medium Purple #A17FF3
Tints of Medium Purple #A17FF3
RGB
CMYK
RGB Variations
Color information
#A17FF3 (or 0xA17FF3) is known color: Medium Purple. HEX triplet: A1, 7F and F3. RGB value is (161,127,243). Sum of RGB (Red+Green+Blue) = 161+127+243=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #A17FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FF3 is #5E800C. Grayscale: #959595. Windows color (decimal): -6193165 or 15957921. OLE color: 15957921.
HSL color Cylindrical-coordinate representation of color #A17FF3: hue angle of 257.59º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17FF3 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 127 | 243 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.05 |
| HSL | 257.59º | 0.83% | 0.73% | - |
| HSV(B) | 257.59º | 0.48% | 0.95% | - |
| XYZ | 38.46 | 29.23 | 88.41 | - |
| YUV | 150.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 243 | 0.34 | 0.48 | 0 | 0.05 | 257.59 | 0.83 | 0.73 |
| Hex | A1 | 7F | F3 | 22 | 30 | 0 | 5 | 102 | 53 | 49 |
| Octal | 241 | 177 | 363 | 42 | 60 | 0 | 5 | 402 | 123 | 111 |
| Binary | 10100001 | 1111111 | 11110011 | 100010 | 110000 | 0 | 101 | 100000010 | 1010011 | 1001001 |
Color Harmonies of #A17FF3
Complementary color
Monochromatic Colors of #A17FF3
Black with #A17FF3
Text Example
Text Example
White with #A17FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FF3; }
p { color: rgb(161,127,243); }
H1.HeaderClassName
{
color: #A17FF3;
}
.AnyTagClassName
{
color: #A17FF3;
}
</style>
background-color css
<style>
a { background-color: #A17FF3; }
a { background-color: rgb(161,127,243); }
div.DivClassName
{
background-color: #A17FF3;
}
.BgClassName
{
background-color: #A17FF3;
}
</style>
border-color css
<style>
span { border-color: #A17FF3; }
span { border-color: rgb(161,127,243); }
td.TdClassName
{
border-color: #A17FF3;
}
.TagClassName
{
border-color: #A17FF3;
}
</style>