Shades of Cold Purple #A391C3
Tints of Cold Purple #A391C3
RGB
CMYK
RGB Variations
Color information
#A391C3 (or 0xA391C3) is known color: Cold Purple. HEX triplet: A3, 91 and C3. RGB value is (163,145,195). Sum of RGB (Red+Green+Blue) = 163+145+195=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #A391C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391C3 is #5C6E3C. Grayscale: #9B9B9B. Windows color (decimal): -6057533 or 12816803. OLE color: 12816803.
HSL color Cylindrical-coordinate representation of color #A391C3: hue angle of 261.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A391C3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 145 | 195 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.24 |
| HSL | 261.6º | 0.29% | 0.67% | - |
| HSV(B) | 261.6º | 0.26% | 0.76% | - |
| XYZ | 35.08 | 31.98 | 55.95 | - |
| YUV | 156.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 195 | 0.16 | 0.26 | 0 | 0.24 | 261.6 | 0.29 | 0.67 |
| Hex | A3 | 91 | C3 | 10 | 1A | 0 | 18 | 106 | 1D | 43 |
| Octal | 243 | 221 | 303 | 20 | 32 | 0 | 30 | 406 | 35 | 103 |
| Binary | 10100011 | 10010001 | 11000011 | 10000 | 11010 | 0 | 11000 | 100000110 | 11101 | 1000011 |
Color Harmonies of #A391C3
Complementary color
Monochromatic Colors of #A391C3
Black with #A391C3
Text Example
Text Example
White with #A391C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391C3; }
p { color: rgb(163,145,195); }
H1.HeaderClassName
{
color: #A391C3;
}
.AnyTagClassName
{
color: #A391C3;
}
</style>
background-color css
<style>
a { background-color: #A391C3; }
a { background-color: rgb(163,145,195); }
div.DivClassName
{
background-color: #A391C3;
}
.BgClassName
{
background-color: #A391C3;
}
</style>
border-color css
<style>
span { border-color: #A391C3; }
span { border-color: rgb(163,145,195); }
td.TdClassName
{
border-color: #A391C3;
}
.TagClassName
{
border-color: #A391C3;
}
</style>