Shades of Cold Purple #A796BC
Tints of Cold Purple #A796BC
RGB
CMYK
RGB Variations
Color information
#A796BC (or 0xA796BC) is known color: Cold Purple. HEX triplet: A7, 96 and BC. RGB value is (167,150,188). Sum of RGB (Red+Green+Blue) = 167+150+188=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A796BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796BC is #586943. Grayscale: #9F9F9F. Windows color (decimal): -5794116 or 12359335. OLE color: 12359335.
HSL color Cylindrical-coordinate representation of color #A796BC: hue angle of 266.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A796BC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 150 | 188 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.26 |
| HSL | 266.84º | 0.22% | 0.66% | - |
| HSV(B) | 266.84º | 0.2% | 0.74% | - |
| XYZ | 35.92 | 33.66 | 52.18 | - |
| YUV | 159.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 188 | 0.11 | 0.20 | 0 | 0.26 | 266.84 | 0.22 | 0.66 |
| Hex | A7 | 96 | BC | B | 14 | 0 | 1A | 10B | 16 | 42 |
| Octal | 247 | 226 | 274 | 13 | 24 | 0 | 32 | 413 | 26 | 102 |
| Binary | 10100111 | 10010110 | 10111100 | 1011 | 10100 | 0 | 11010 | 100001011 | 10110 | 1000010 |
Color Harmonies of #A796BC
Complementary color
Monochromatic Colors of #A796BC
Black with #A796BC
Text Example
Text Example
White with #A796BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A796BC; }
p { color: rgb(167,150,188); }
H1.HeaderClassName
{
color: #A796BC;
}
.AnyTagClassName
{
color: #A796BC;
}
</style>
background-color css
<style>
a { background-color: #A796BC; }
a { background-color: rgb(167,150,188); }
div.DivClassName
{
background-color: #A796BC;
}
.BgClassName
{
background-color: #A796BC;
}
</style>
border-color css
<style>
span { border-color: #A796BC; }
span { border-color: rgb(167,150,188); }
td.TdClassName
{
border-color: #A796BC;
}
.TagClassName
{
border-color: #A796BC;
}
</style>