Shades of Cold Purple #A391C5
Tints of Cold Purple #A391C5
RGB
CMYK
RGB Variations
Color information
#A391C5 (or 0xA391C5) is known color: Cold Purple. HEX triplet: A3, 91 and C5. RGB value is (163,145,197). Sum of RGB (Red+Green+Blue) = 163+145+197=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #A391C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391C5 is #5C6E3A. Grayscale: #9C9C9C. Windows color (decimal): -6057531 or 12947875. OLE color: 12947875.
HSL color Cylindrical-coordinate representation of color #A391C5: hue angle of 260.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A391C5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 145 | 197 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.23 |
| HSL | 260.77º | 0.31% | 0.67% | - |
| HSV(B) | 260.77º | 0.26% | 0.77% | - |
| XYZ | 35.31 | 32.07 | 57.15 | - |
| YUV | 156.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 197 | 0.17 | 0.26 | 0 | 0.23 | 260.77 | 0.31 | 0.67 |
| Hex | A3 | 91 | C5 | 11 | 1A | 0 | 17 | 105 | 1F | 43 |
| Octal | 243 | 221 | 305 | 21 | 32 | 0 | 27 | 405 | 37 | 103 |
| Binary | 10100011 | 10010001 | 11000101 | 10001 | 11010 | 0 | 10111 | 100000101 | 11111 | 1000011 |
Color Harmonies of #A391C5
Complementary color
Monochromatic Colors of #A391C5
Black with #A391C5
Text Example
Text Example
White with #A391C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391C5; }
p { color: rgb(163,145,197); }
H1.HeaderClassName
{
color: #A391C5;
}
.AnyTagClassName
{
color: #A391C5;
}
</style>
background-color css
<style>
a { background-color: #A391C5; }
a { background-color: rgb(163,145,197); }
div.DivClassName
{
background-color: #A391C5;
}
.BgClassName
{
background-color: #A391C5;
}
</style>
border-color css
<style>
span { border-color: #A391C5; }
span { border-color: rgb(163,145,197); }
td.TdClassName
{
border-color: #A391C5;
}
.TagClassName
{
border-color: #A391C5;
}
</style>