Shades of Cold Purple #A37FC8
Tints of Cold Purple #A37FC8
RGB
CMYK
RGB Variations
Color information
#A37FC8 (or 0xA37FC8) is known color: Cold Purple. HEX triplet: A3, 7F and C8. RGB value is (163,127,200). Sum of RGB (Red+Green+Blue) = 163+127+200=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #A37FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FC8 is #5C8037. Grayscale: #919191. Windows color (decimal): -6062136 or 13139875. OLE color: 13139875.
HSL color Cylindrical-coordinate representation of color #A37FC8: hue angle of 269.59º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37FC8 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 127 | 200 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.22 |
| HSL | 269.59º | 0.4% | 0.64% | - |
| HSV(B) | 269.59º | 0.37% | 0.78% | - |
| XYZ | 33.12 | 27.14 | 58.14 | - |
| YUV | 146.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 200 | 0.18 | 0.36 | 0 | 0.22 | 269.59 | 0.4 | 0.64 |
| Hex | A3 | 7F | C8 | 12 | 24 | 0 | 16 | 10E | 28 | 40 |
| Octal | 243 | 177 | 310 | 22 | 44 | 0 | 26 | 416 | 50 | 100 |
| Binary | 10100011 | 1111111 | 11001000 | 10010 | 100100 | 0 | 10110 | 100001110 | 101000 | 1000000 |
Color Harmonies of #A37FC8
Complementary color
Monochromatic Colors of #A37FC8
Black with #A37FC8
Text Example
Text Example
White with #A37FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FC8; }
p { color: rgb(163,127,200); }
H1.HeaderClassName
{
color: #A37FC8;
}
.AnyTagClassName
{
color: #A37FC8;
}
</style>
background-color css
<style>
a { background-color: #A37FC8; }
a { background-color: rgb(163,127,200); }
div.DivClassName
{
background-color: #A37FC8;
}
.BgClassName
{
background-color: #A37FC8;
}
</style>
border-color css
<style>
span { border-color: #A37FC8; }
span { border-color: rgb(163,127,200); }
td.TdClassName
{
border-color: #A37FC8;
}
.TagClassName
{
border-color: #A37FC8;
}
</style>