Shades of Cold Purple #A492BB
Tints of Cold Purple #A492BB
RGB
CMYK
RGB Variations
Color information
#A492BB (or 0xA492BB) is known color: Cold Purple. HEX triplet: A4, 92 and BB. RGB value is (164,146,187). Sum of RGB (Red+Green+Blue) = 164+146+187=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A492BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492BB is #5B6D44. Grayscale: #9B9B9B. Windows color (decimal): -5991749 or 12292772. OLE color: 12292772.
HSL color Cylindrical-coordinate representation of color #A492BB: hue angle of 266.34º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A492BB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 146 | 187 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.27 |
| HSL | 266.34º | 0.23% | 0.65% | - |
| HSV(B) | 266.34º | 0.22% | 0.73% | - |
| XYZ | 34.56 | 32.04 | 51.38 | - |
| YUV | 156.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 187 | 0.12 | 0.22 | 0 | 0.27 | 266.34 | 0.23 | 0.65 |
| Hex | A4 | 92 | BB | C | 16 | 0 | 1B | 10A | 17 | 41 |
| Octal | 244 | 222 | 273 | 14 | 26 | 0 | 33 | 412 | 27 | 101 |
| Binary | 10100100 | 10010010 | 10111011 | 1100 | 10110 | 0 | 11011 | 100001010 | 10111 | 1000001 |
Color Harmonies of #A492BB
Complementary color
Monochromatic Colors of #A492BB
Black with #A492BB
Text Example
Text Example
White with #A492BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492BB; }
p { color: rgb(164,146,187); }
H1.HeaderClassName
{
color: #A492BB;
}
.AnyTagClassName
{
color: #A492BB;
}
</style>
background-color css
<style>
a { background-color: #A492BB; }
a { background-color: rgb(164,146,187); }
div.DivClassName
{
background-color: #A492BB;
}
.BgClassName
{
background-color: #A492BB;
}
</style>
border-color css
<style>
span { border-color: #A492BB; }
span { border-color: rgb(164,146,187); }
td.TdClassName
{
border-color: #A492BB;
}
.TagClassName
{
border-color: #A492BB;
}
</style>