Shades of Cold Purple #A096BC
Tints of Cold Purple #A096BC
RGB
CMYK
RGB Variations
Color information
#A096BC (or 0xA096BC) is known color: Cold Purple. HEX triplet: A0, 96 and BC. RGB value is (160,150,188). Sum of RGB (Red+Green+Blue) = 160+150+188=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A096BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096BC is #5F6943. Grayscale: #9D9D9D. Windows color (decimal): -6252868 or 12359328. OLE color: 12359328.
HSL color Cylindrical-coordinate representation of color #A096BC: hue angle of 255.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A096BC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 150 | 188 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.26 |
| HSL | 255.79º | 0.22% | 0.66% | - |
| HSV(B) | 255.79º | 0.2% | 0.74% | - |
| XYZ | 34.48 | 32.92 | 52.11 | - |
| YUV | 157.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 188 | 0.15 | 0.20 | 0 | 0.26 | 255.79 | 0.22 | 0.66 |
| Hex | A0 | 96 | BC | F | 14 | 0 | 1A | 100 | 16 | 42 |
| Octal | 240 | 226 | 274 | 17 | 24 | 0 | 32 | 400 | 26 | 102 |
| Binary | 10100000 | 10010110 | 10111100 | 1111 | 10100 | 0 | 11010 | 100000000 | 10110 | 1000010 |
Color Harmonies of #A096BC
Complementary color
Monochromatic Colors of #A096BC
Black with #A096BC
Text Example
Text Example
White with #A096BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096BC; }
p { color: rgb(160,150,188); }
H1.HeaderClassName
{
color: #A096BC;
}
.AnyTagClassName
{
color: #A096BC;
}
</style>
background-color css
<style>
a { background-color: #A096BC; }
a { background-color: rgb(160,150,188); }
div.DivClassName
{
background-color: #A096BC;
}
.BgClassName
{
background-color: #A096BC;
}
</style>
border-color css
<style>
span { border-color: #A096BC; }
span { border-color: rgb(160,150,188); }
td.TdClassName
{
border-color: #A096BC;
}
.TagClassName
{
border-color: #A096BC;
}
</style>