Shades of Cold Purple #A096BD
Tints of Cold Purple #A096BD
RGB
CMYK
RGB Variations
Color information
#A096BD (or 0xA096BD) is known color: Cold Purple. HEX triplet: A0, 96 and BD. RGB value is (160,150,189). Sum of RGB (Red+Green+Blue) = 160+150+189=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #A096BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096BD is #5F6942. Grayscale: #9D9D9D. Windows color (decimal): -6252867 or 12424864. OLE color: 12424864.
HSL color Cylindrical-coordinate representation of color #A096BD: hue angle of 255.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A096BD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 150 | 189 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.26 |
| HSL | 255.38º | 0.23% | 0.66% | - |
| HSV(B) | 255.38º | 0.21% | 0.74% | - |
| XYZ | 34.59 | 32.96 | 52.68 | - |
| YUV | 157.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 189 | 0.15 | 0.21 | 0 | 0.26 | 255.38 | 0.23 | 0.66 |
| Hex | A0 | 96 | BD | F | 15 | 0 | 1A | FF | 17 | 42 |
| Octal | 240 | 226 | 275 | 17 | 25 | 0 | 32 | 377 | 27 | 102 |
| Binary | 10100000 | 10010110 | 10111101 | 1111 | 10101 | 0 | 11010 | 11111111 | 10111 | 1000010 |
Color Harmonies of #A096BD
Complementary color
Monochromatic Colors of #A096BD
Black with #A096BD
Text Example
Text Example
White with #A096BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096BD; }
p { color: rgb(160,150,189); }
H1.HeaderClassName
{
color: #A096BD;
}
.AnyTagClassName
{
color: #A096BD;
}
</style>
background-color css
<style>
a { background-color: #A096BD; }
a { background-color: rgb(160,150,189); }
div.DivClassName
{
background-color: #A096BD;
}
.BgClassName
{
background-color: #A096BD;
}
</style>
border-color css
<style>
span { border-color: #A096BD; }
span { border-color: rgb(160,150,189); }
td.TdClassName
{
border-color: #A096BD;
}
.TagClassName
{
border-color: #A096BD;
}
</style>