Shades of Cold Purple #A37FCA
Tints of Cold Purple #A37FCA
RGB
CMYK
RGB Variations
Color information
#A37FCA (or 0xA37FCA) is known color: Cold Purple. HEX triplet: A3, 7F and CA. RGB value is (163,127,202). Sum of RGB (Red+Green+Blue) = 163+127+202=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCA is #5C8035. Grayscale: #929292. Windows color (decimal): -6062134 or 13270947. OLE color: 13270947.
HSL color Cylindrical-coordinate representation of color #A37FCA: hue angle of 268.8º 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 #A37FCA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 127 | 202 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.21 |
| HSL | 268.8º | 0.41% | 0.65% | - |
| HSV(B) | 268.8º | 0.37% | 0.79% | - |
| XYZ | 33.35 | 27.23 | 59.37 | - |
| YUV | 146.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 202 | 0.19 | 0.37 | 0 | 0.21 | 268.8 | 0.41 | 0.65 |
| Hex | A3 | 7F | CA | 13 | 25 | 0 | 15 | 10D | 29 | 41 |
| Octal | 243 | 177 | 312 | 23 | 45 | 0 | 25 | 415 | 51 | 101 |
| Binary | 10100011 | 1111111 | 11001010 | 10011 | 100101 | 0 | 10101 | 100001101 | 101001 | 1000001 |
Color Harmonies of #A37FCA
Complementary color
Monochromatic Colors of #A37FCA
Black with #A37FCA
Text Example
Text Example
White with #A37FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FCA; }
p { color: rgb(163,127,202); }
H1.HeaderClassName
{
color: #A37FCA;
}
.AnyTagClassName
{
color: #A37FCA;
}
</style>
background-color css
<style>
a { background-color: #A37FCA; }
a { background-color: rgb(163,127,202); }
div.DivClassName
{
background-color: #A37FCA;
}
.BgClassName
{
background-color: #A37FCA;
}
</style>
border-color css
<style>
span { border-color: #A37FCA; }
span { border-color: rgb(163,127,202); }
td.TdClassName
{
border-color: #A37FCA;
}
.TagClassName
{
border-color: #A37FCA;
}
</style>