Shades of Cold Purple #A17FCA
Tints of Cold Purple #A17FCA
RGB
CMYK
RGB Variations
Color information
#A17FCA (or 0xA17FCA) is known color: Cold Purple. HEX triplet: A1, 7F and CA. RGB value is (161,127,202). Sum of RGB (Red+Green+Blue) = 161+127+202=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #A17FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FCA is #5E8035. Grayscale: #919191. Windows color (decimal): -6193206 or 13270945. OLE color: 13270945.
HSL color Cylindrical-coordinate representation of color #A17FCA: hue angle of 267.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17FCA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 127 | 202 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.21 |
| HSL | 267.2º | 0.41% | 0.65% | - |
| HSV(B) | 267.2º | 0.37% | 0.79% | - |
| XYZ | 32.95 | 27.02 | 59.36 | - |
| YUV | 145.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 202 | 0.20 | 0.37 | 0 | 0.21 | 267.2 | 0.41 | 0.65 |
| Hex | A1 | 7F | CA | 14 | 25 | 0 | 15 | 10B | 29 | 41 |
| Octal | 241 | 177 | 312 | 24 | 45 | 0 | 25 | 413 | 51 | 101 |
| Binary | 10100001 | 1111111 | 11001010 | 10100 | 100101 | 0 | 10101 | 100001011 | 101001 | 1000001 |
Color Harmonies of #A17FCA
Complementary color
Monochromatic Colors of #A17FCA
Black with #A17FCA
Text Example
Text Example
White with #A17FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FCA; }
p { color: rgb(161,127,202); }
H1.HeaderClassName
{
color: #A17FCA;
}
.AnyTagClassName
{
color: #A17FCA;
}
</style>
background-color css
<style>
a { background-color: #A17FCA; }
a { background-color: rgb(161,127,202); }
div.DivClassName
{
background-color: #A17FCA;
}
.BgClassName
{
background-color: #A17FCA;
}
</style>
border-color css
<style>
span { border-color: #A17FCA; }
span { border-color: rgb(161,127,202); }
td.TdClassName
{
border-color: #A17FCA;
}
.TagClassName
{
border-color: #A17FCA;
}
</style>