Shades of Cold Purple #A092BB
Tints of Cold Purple #A092BB
RGB
CMYK
RGB Variations
Color information
#A092BB (or 0xA092BB) is known color: Cold Purple. HEX triplet: A0, 92 and BB. RGB value is (160,146,187). Sum of RGB (Red+Green+Blue) = 160+146+187=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A092BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092BB is #5F6D44. Grayscale: #9A9A9A. Windows color (decimal): -6253893 or 12292768. OLE color: 12292768.
HSL color Cylindrical-coordinate representation of color #A092BB: hue angle of 260.49º 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 #A092BB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 146 | 187 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.27 |
| HSL | 260.49º | 0.23% | 0.65% | - |
| HSV(B) | 260.49º | 0.22% | 0.73% | - |
| XYZ | 33.75 | 31.62 | 51.34 | - |
| YUV | 154.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 187 | 0.14 | 0.22 | 0 | 0.27 | 260.49 | 0.23 | 0.65 |
| Hex | A0 | 92 | BB | E | 16 | 0 | 1B | 104 | 17 | 41 |
| Octal | 240 | 222 | 273 | 16 | 26 | 0 | 33 | 404 | 27 | 101 |
| Binary | 10100000 | 10010010 | 10111011 | 1110 | 10110 | 0 | 11011 | 100000100 | 10111 | 1000001 |
Color Harmonies of #A092BB
Complementary color
Monochromatic Colors of #A092BB
Black with #A092BB
Text Example
Text Example
White with #A092BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092BB; }
p { color: rgb(160,146,187); }
H1.HeaderClassName
{
color: #A092BB;
}
.AnyTagClassName
{
color: #A092BB;
}
</style>
background-color css
<style>
a { background-color: #A092BB; }
a { background-color: rgb(160,146,187); }
div.DivClassName
{
background-color: #A092BB;
}
.BgClassName
{
background-color: #A092BB;
}
</style>
border-color css
<style>
span { border-color: #A092BB; }
span { border-color: rgb(160,146,187); }
td.TdClassName
{
border-color: #A092BB;
}
.TagClassName
{
border-color: #A092BB;
}
</style>