Shades of Cold Purple #A191C8
Tints of Cold Purple #A191C8
RGB
CMYK
RGB Variations
Color information
#A191C8 (or 0xA191C8) is known color: Cold Purple. HEX triplet: A1, 91 and C8. RGB value is (161,145,200). Sum of RGB (Red+Green+Blue) = 161+145+200=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #A191C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191C8 is #5E6E37. Grayscale: #9B9B9B. Windows color (decimal): -6188600 or 13144481. OLE color: 13144481.
HSL color Cylindrical-coordinate representation of color #A191C8: hue angle of 257.45º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A191C8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 145 | 200 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.22 |
| HSL | 257.45º | 0.33% | 0.68% | - |
| HSV(B) | 257.45º | 0.28% | 0.78% | - |
| XYZ | 35.25 | 32 | 58.96 | - |
| YUV | 156.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 200 | 0.19 | 0.28 | 0 | 0.22 | 257.45 | 0.33 | 0.68 |
| Hex | A1 | 91 | C8 | 13 | 1C | 0 | 16 | 101 | 21 | 44 |
| Octal | 241 | 221 | 310 | 23 | 34 | 0 | 26 | 401 | 41 | 104 |
| Binary | 10100001 | 10010001 | 11001000 | 10011 | 11100 | 0 | 10110 | 100000001 | 100001 | 1000100 |
Color Harmonies of #A191C8
Complementary color
Monochromatic Colors of #A191C8
Black with #A191C8
Text Example
Text Example
White with #A191C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191C8; }
p { color: rgb(161,145,200); }
H1.HeaderClassName
{
color: #A191C8;
}
.AnyTagClassName
{
color: #A191C8;
}
</style>
background-color css
<style>
a { background-color: #A191C8; }
a { background-color: rgb(161,145,200); }
div.DivClassName
{
background-color: #A191C8;
}
.BgClassName
{
background-color: #A191C8;
}
</style>
border-color css
<style>
span { border-color: #A191C8; }
span { border-color: rgb(161,145,200); }
td.TdClassName
{
border-color: #A191C8;
}
.TagClassName
{
border-color: #A191C8;
}
</style>