Shades of Cold Purple #A696BE
Tints of Cold Purple #A696BE
RGB
CMYK
RGB Variations
Color information
#A696BE (or 0xA696BE) is known color: Cold Purple. HEX triplet: A6, 96 and BE. RGB value is (166,150,190). Sum of RGB (Red+Green+Blue) = 166+150+190=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A696BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696BE is #596941. Grayscale: #9F9F9F. Windows color (decimal): -5859650 or 12490406. OLE color: 12490406.
HSL color Cylindrical-coordinate representation of color #A696BE: hue angle of 264º 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 #A696BE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 150 | 190 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.25 |
| HSL | 264º | 0.24% | 0.67% | - |
| HSV(B) | 264º | 0.21% | 0.75% | - |
| XYZ | 35.93 | 33.64 | 53.31 | - |
| YUV | 159.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 190 | 0.13 | 0.21 | 0 | 0.25 | 264 | 0.24 | 0.67 |
| Hex | A6 | 96 | BE | D | 15 | 0 | 19 | 108 | 18 | 43 |
| Octal | 246 | 226 | 276 | 15 | 25 | 0 | 31 | 410 | 30 | 103 |
| Binary | 10100110 | 10010110 | 10111110 | 1101 | 10101 | 0 | 11001 | 100001000 | 11000 | 1000011 |
Color Harmonies of #A696BE
Complementary color
Monochromatic Colors of #A696BE
Black with #A696BE
Text Example
Text Example
White with #A696BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696BE; }
p { color: rgb(166,150,190); }
H1.HeaderClassName
{
color: #A696BE;
}
.AnyTagClassName
{
color: #A696BE;
}
</style>
background-color css
<style>
a { background-color: #A696BE; }
a { background-color: rgb(166,150,190); }
div.DivClassName
{
background-color: #A696BE;
}
.BgClassName
{
background-color: #A696BE;
}
</style>
border-color css
<style>
span { border-color: #A696BE; }
span { border-color: rgb(166,150,190); }
td.TdClassName
{
border-color: #A696BE;
}
.TagClassName
{
border-color: #A696BE;
}
</style>