Shades of Cold Purple #A096C1
Tints of Cold Purple #A096C1
RGB
CMYK
RGB Variations
Color information
#A096C1 (or 0xA096C1) is known color: Cold Purple. HEX triplet: A0, 96 and C1. RGB value is (160,150,193). Sum of RGB (Red+Green+Blue) = 160+150+193=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #A096C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096C1 is #5F693E. Grayscale: #9D9D9D. Windows color (decimal): -6252863 or 12687008. OLE color: 12687008.
HSL color Cylindrical-coordinate representation of color #A096C1: hue angle of 253.95º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A096C1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 150 | 193 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.24 |
| HSL | 253.95º | 0.26% | 0.67% | - |
| HSV(B) | 253.95º | 0.22% | 0.76% | - |
| XYZ | 35.03 | 33.14 | 55 | - |
| YUV | 157.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 193 | 0.17 | 0.22 | 0 | 0.24 | 253.95 | 0.26 | 0.67 |
| Hex | A0 | 96 | C1 | 11 | 16 | 0 | 18 | FE | 1A | 43 |
| Octal | 240 | 226 | 301 | 21 | 26 | 0 | 30 | 376 | 32 | 103 |
| Binary | 10100000 | 10010110 | 11000001 | 10001 | 10110 | 0 | 11000 | 11111110 | 11010 | 1000011 |
Color Harmonies of #A096C1
Complementary color
Monochromatic Colors of #A096C1
Black with #A096C1
Text Example
Text Example
White with #A096C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096C1; }
p { color: rgb(160,150,193); }
H1.HeaderClassName
{
color: #A096C1;
}
.AnyTagClassName
{
color: #A096C1;
}
</style>
background-color css
<style>
a { background-color: #A096C1; }
a { background-color: rgb(160,150,193); }
div.DivClassName
{
background-color: #A096C1;
}
.BgClassName
{
background-color: #A096C1;
}
</style>
border-color css
<style>
span { border-color: #A096C1; }
span { border-color: rgb(160,150,193); }
td.TdClassName
{
border-color: #A096C1;
}
.TagClassName
{
border-color: #A096C1;
}
</style>