Shades of Cold Purple #A696BF
Tints of Cold Purple #A696BF
RGB
CMYK
RGB Variations
Color information
#A696BF (or 0xA696BF) is known color: Cold Purple. HEX triplet: A6, 96 and BF. RGB value is (166,150,191). Sum of RGB (Red+Green+Blue) = 166+150+191=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #A696BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BF is #596940. Grayscale: #9F9F9F. Windows color (decimal): -5859649 or 12555942. OLE color: 12555942.
HSL color Cylindrical-coordinate representation of color #A696BF: hue angle of 263.41º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A696BF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 150 | 191 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.25 |
| HSL | 263.41º | 0.24% | 0.67% | - |
| HSV(B) | 263.41º | 0.21% | 0.75% | - |
| XYZ | 36.04 | 33.68 | 53.89 | - |
| YUV | 159.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 191 | 0.13 | 0.21 | 0 | 0.25 | 263.41 | 0.24 | 0.67 |
| Hex | A6 | 96 | BF | D | 15 | 0 | 19 | 107 | 18 | 43 |
| Octal | 246 | 226 | 277 | 15 | 25 | 0 | 31 | 407 | 30 | 103 |
| Binary | 10100110 | 10010110 | 10111111 | 1101 | 10101 | 0 | 11001 | 100000111 | 11000 | 1000011 |
Color Harmonies of #A696BF
Complementary color
Monochromatic Colors of #A696BF
Black with #A696BF
Text Example
Text Example
White with #A696BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696BF; }
p { color: rgb(166,150,191); }
H1.HeaderClassName
{
color: #A696BF;
}
.AnyTagClassName
{
color: #A696BF;
}
</style>
background-color css
<style>
a { background-color: #A696BF; }
a { background-color: rgb(166,150,191); }
div.DivClassName
{
background-color: #A696BF;
}
.BgClassName
{
background-color: #A696BF;
}
</style>
border-color css
<style>
span { border-color: #A696BF; }
span { border-color: rgb(166,150,191); }
td.TdClassName
{
border-color: #A696BF;
}
.TagClassName
{
border-color: #A696BF;
}
</style>