Shades of Cold Purple #A799BC
Tints of Cold Purple #A799BC
RGB
CMYK
RGB Variations
Color information
#A799BC (or 0xA799BC) is known color: Cold Purple. HEX triplet: A7, 99 and BC. RGB value is (167,153,188). Sum of RGB (Red+Green+Blue) = 167+153+188=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A799BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BC is #586643. Grayscale: #A1A1A1. Windows color (decimal): -5793348 or 12360103. OLE color: 12360103.
HSL color Cylindrical-coordinate representation of color #A799BC: hue angle of 264º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A799BC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 153 | 188 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.26 |
| HSL | 264º | 0.21% | 0.67% | - |
| HSV(B) | 264º | 0.19% | 0.74% | - |
| XYZ | 36.4 | 34.63 | 52.34 | - |
| YUV | 161.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 188 | 0.11 | 0.19 | 0 | 0.26 | 264 | 0.21 | 0.67 |
| Hex | A7 | 99 | BC | B | 13 | 0 | 1A | 108 | 15 | 43 |
| Octal | 247 | 231 | 274 | 13 | 23 | 0 | 32 | 410 | 25 | 103 |
| Binary | 10100111 | 10011001 | 10111100 | 1011 | 10011 | 0 | 11010 | 100001000 | 10101 | 1000011 |
Color Harmonies of #A799BC
Complementary color
Monochromatic Colors of #A799BC
Black with #A799BC
Text Example
Text Example
White with #A799BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799BC; }
p { color: rgb(167,153,188); }
H1.HeaderClassName
{
color: #A799BC;
}
.AnyTagClassName
{
color: #A799BC;
}
</style>
background-color css
<style>
a { background-color: #A799BC; }
a { background-color: rgb(167,153,188); }
div.DivClassName
{
background-color: #A799BC;
}
.BgClassName
{
background-color: #A799BC;
}
</style>
border-color css
<style>
span { border-color: #A799BC; }
span { border-color: rgb(167,153,188); }
td.TdClassName
{
border-color: #A799BC;
}
.TagClassName
{
border-color: #A799BC;
}
</style>