Shades of Cold Purple #A37FCF
Tints of Cold Purple #A37FCF
RGB
CMYK
RGB Variations
Color information
#A37FCF (or 0xA37FCF) is known color: Cold Purple. HEX triplet: A3, 7F and CF. RGB value is (163,127,207). Sum of RGB (Red+Green+Blue) = 163+127+207=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #A37FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCF is #5C8030. Grayscale: #929292. Windows color (decimal): -6062129 or 13598627. OLE color: 13598627.
HSL color Cylindrical-coordinate representation of color #A37FCF: hue angle of 267º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37FCF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 127 | 207 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.19 |
| HSL | 267º | 0.45% | 0.65% | - |
| HSV(B) | 267º | 0.39% | 0.81% | - |
| XYZ | 33.96 | 27.47 | 62.54 | - |
| YUV | 146.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 207 | 0.21 | 0.39 | 0 | 0.19 | 267 | 0.45 | 0.65 |
| Hex | A3 | 7F | CF | 15 | 27 | 0 | 13 | 10B | 2D | 41 |
| Octal | 243 | 177 | 317 | 25 | 47 | 0 | 23 | 413 | 55 | 101 |
| Binary | 10100011 | 1111111 | 11001111 | 10101 | 100111 | 0 | 10011 | 100001011 | 101101 | 1000001 |
Color Harmonies of #A37FCF
Complementary color
Monochromatic Colors of #A37FCF
Black with #A37FCF
Text Example
Text Example
White with #A37FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FCF; }
p { color: rgb(163,127,207); }
H1.HeaderClassName
{
color: #A37FCF;
}
.AnyTagClassName
{
color: #A37FCF;
}
</style>
background-color css
<style>
a { background-color: #A37FCF; }
a { background-color: rgb(163,127,207); }
div.DivClassName
{
background-color: #A37FCF;
}
.BgClassName
{
background-color: #A37FCF;
}
</style>
border-color css
<style>
span { border-color: #A37FCF; }
span { border-color: rgb(163,127,207); }
td.TdClassName
{
border-color: #A37FCF;
}
.TagClassName
{
border-color: #A37FCF;
}
</style>