Shades of Cold Purple #A097AB
Tints of Cold Purple #A097AB
RGB
CMYK
RGB Variations
Color information
#A097AB (or 0xA097AB) is known color: Cold Purple. HEX triplet: A0, 97 and AB. RGB value is (160,151,171). Sum of RGB (Red+Green+Blue) = 160+151+171=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #A097AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097AB is #5F6854. Grayscale: #9B9B9B. Windows color (decimal): -6252629 or 11245472. OLE color: 11245472.
HSL color Cylindrical-coordinate representation of color #A097AB: hue angle of 267º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A097AB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 151 | 171 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.33 |
| HSL | 267º | 0.11% | 0.63% | - |
| HSV(B) | 267º | 0.12% | 0.67% | - |
| XYZ | 32.91 | 32.55 | 43.08 | - |
| YUV | 155.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 171 | 0.06 | 0.12 | 0 | 0.33 | 267 | 0.11 | 0.63 |
| Hex | A0 | 97 | AB | 6 | C | 0 | 21 | 10B | B | 3F |
| Octal | 240 | 227 | 253 | 6 | 14 | 0 | 41 | 413 | 13 | 77 |
| Binary | 10100000 | 10010111 | 10101011 | 110 | 1100 | 0 | 100001 | 100001011 | 1011 | 111111 |
Color Harmonies of #A097AB
Complementary color
Monochromatic Colors of #A097AB
Black with #A097AB
Text Example
Text Example
White with #A097AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097AB; }
p { color: rgb(160,151,171); }
H1.HeaderClassName
{
color: #A097AB;
}
.AnyTagClassName
{
color: #A097AB;
}
</style>
background-color css
<style>
a { background-color: #A097AB; }
a { background-color: rgb(160,151,171); }
div.DivClassName
{
background-color: #A097AB;
}
.BgClassName
{
background-color: #A097AB;
}
</style>
border-color css
<style>
span { border-color: #A097AB; }
span { border-color: rgb(160,151,171); }
td.TdClassName
{
border-color: #A097AB;
}
.TagClassName
{
border-color: #A097AB;
}
</style>