Shades of Cold Purple #A698BB
Tints of Cold Purple #A698BB
RGB
CMYK
RGB Variations
Color information
#A698BB (or 0xA698BB) is known color: Cold Purple. HEX triplet: A6, 98 and BB. RGB value is (166,152,187). Sum of RGB (Red+Green+Blue) = 166+152+187=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A698BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BB is #596744. Grayscale: #A0A0A0. Windows color (decimal): -5859141 or 12294310. OLE color: 12294310.
HSL color Cylindrical-coordinate representation of color #A698BB: hue angle of 264º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A698BB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 152 | 187 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.27 |
| HSL | 264º | 0.2% | 0.66% | - |
| HSV(B) | 264º | 0.19% | 0.73% | - |
| XYZ | 35.92 | 34.15 | 51.71 | - |
| YUV | 160.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 187 | 0.11 | 0.19 | 0 | 0.27 | 264 | 0.2 | 0.66 |
| Hex | A6 | 98 | BB | B | 13 | 0 | 1B | 108 | 14 | 42 |
| Octal | 246 | 230 | 273 | 13 | 23 | 0 | 33 | 410 | 24 | 102 |
| Binary | 10100110 | 10011000 | 10111011 | 1011 | 10011 | 0 | 11011 | 100001000 | 10100 | 1000010 |
Color Harmonies of #A698BB
Complementary color
Monochromatic Colors of #A698BB
Black with #A698BB
Text Example
Text Example
White with #A698BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698BB; }
p { color: rgb(166,152,187); }
H1.HeaderClassName
{
color: #A698BB;
}
.AnyTagClassName
{
color: #A698BB;
}
</style>
background-color css
<style>
a { background-color: #A698BB; }
a { background-color: rgb(166,152,187); }
div.DivClassName
{
background-color: #A698BB;
}
.BgClassName
{
background-color: #A698BB;
}
</style>
border-color css
<style>
span { border-color: #A698BB; }
span { border-color: rgb(166,152,187); }
td.TdClassName
{
border-color: #A698BB;
}
.TagClassName
{
border-color: #A698BB;
}
</style>