Shades of Cold Purple #A27FCA
Tints of Cold Purple #A27FCA
RGB
CMYK
RGB Variations
Color information
#A27FCA (or 0xA27FCA) is known color: Cold Purple. HEX triplet: A2, 7F and CA. RGB value is (162,127,202). Sum of RGB (Red+Green+Blue) = 162+127+202=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A27FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCA is #5D8035. Grayscale: #919191. Windows color (decimal): -6127670 or 13270946. OLE color: 13270946.
HSL color Cylindrical-coordinate representation of color #A27FCA: hue angle of 268º 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 #A27FCA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 127 | 202 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.21 |
| HSL | 268º | 0.41% | 0.65% | - |
| HSV(B) | 268º | 0.37% | 0.79% | - |
| XYZ | 33.15 | 27.12 | 59.37 | - |
| YUV | 146.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 202 | 0.20 | 0.37 | 0 | 0.21 | 268 | 0.41 | 0.65 |
| Hex | A2 | 7F | CA | 14 | 25 | 0 | 15 | 10C | 29 | 41 |
| Octal | 242 | 177 | 312 | 24 | 45 | 0 | 25 | 414 | 51 | 101 |
| Binary | 10100010 | 1111111 | 11001010 | 10100 | 100101 | 0 | 10101 | 100001100 | 101001 | 1000001 |
Color Harmonies of #A27FCA
Complementary color
Monochromatic Colors of #A27FCA
Black with #A27FCA
Text Example
Text Example
White with #A27FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FCA; }
p { color: rgb(162,127,202); }
H1.HeaderClassName
{
color: #A27FCA;
}
.AnyTagClassName
{
color: #A27FCA;
}
</style>
background-color css
<style>
a { background-color: #A27FCA; }
a { background-color: rgb(162,127,202); }
div.DivClassName
{
background-color: #A27FCA;
}
.BgClassName
{
background-color: #A27FCA;
}
</style>
border-color css
<style>
span { border-color: #A27FCA; }
span { border-color: rgb(162,127,202); }
td.TdClassName
{
border-color: #A27FCA;
}
.TagClassName
{
border-color: #A27FCA;
}
</style>