Shades of Cold Purple #A097B5
Tints of Cold Purple #A097B5
RGB
CMYK
RGB Variations
Color information
#A097B5 (or 0xA097B5) is known color: Cold Purple. HEX triplet: A0, 97 and B5. RGB value is (160,151,181). Sum of RGB (Red+Green+Blue) = 160+151+181=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #A097B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097B5 is #5F684A. Grayscale: #9C9C9C. Windows color (decimal): -6252619 or 11900832. OLE color: 11900832.
HSL color Cylindrical-coordinate representation of color #A097B5: hue angle of 258º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A097B5 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 151 | 181 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.29 |
| HSL | 258º | 0.17% | 0.65% | - |
| HSV(B) | 258º | 0.17% | 0.71% | - |
| XYZ | 33.9 | 32.94 | 48.29 | - |
| YUV | 157.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 181 | 0.12 | 0.17 | 0 | 0.29 | 258 | 0.17 | 0.65 |
| Hex | A0 | 97 | B5 | C | 11 | 0 | 1D | 102 | 11 | 41 |
| Octal | 240 | 227 | 265 | 14 | 21 | 0 | 35 | 402 | 21 | 101 |
| Binary | 10100000 | 10010111 | 10110101 | 1100 | 10001 | 0 | 11101 | 100000010 | 10001 | 1000001 |
Color Harmonies of #A097B5
Complementary color
Monochromatic Colors of #A097B5
Black with #A097B5
Text Example
Text Example
White with #A097B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097B5; }
p { color: rgb(160,151,181); }
H1.HeaderClassName
{
color: #A097B5;
}
.AnyTagClassName
{
color: #A097B5;
}
</style>
background-color css
<style>
a { background-color: #A097B5; }
a { background-color: rgb(160,151,181); }
div.DivClassName
{
background-color: #A097B5;
}
.BgClassName
{
background-color: #A097B5;
}
</style>
border-color css
<style>
span { border-color: #A097B5; }
span { border-color: rgb(160,151,181); }
td.TdClassName
{
border-color: #A097B5;
}
.TagClassName
{
border-color: #A097B5;
}
</style>