Shades of Cold Purple #A092B6
Tints of Cold Purple #A092B6
RGB
CMYK
RGB Variations
Color information
#A092B6 (or 0xA092B6) is known color: Cold Purple. HEX triplet: A0, 92 and B6. RGB value is (160,146,182). Sum of RGB (Red+Green+Blue) = 160+146+182=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #A092B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092B6 is #5F6D49. Grayscale: #9A9A9A. Windows color (decimal): -6253898 or 11965088. OLE color: 11965088.
HSL color Cylindrical-coordinate representation of color #A092B6: hue angle of 263.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A092B6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 146 | 182 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.29 |
| HSL | 263.33º | 0.2% | 0.64% | - |
| HSV(B) | 263.33º | 0.2% | 0.71% | - |
| XYZ | 33.22 | 31.41 | 48.57 | - |
| YUV | 154.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 182 | 0.12 | 0.20 | 0 | 0.29 | 263.33 | 0.2 | 0.64 |
| Hex | A0 | 92 | B6 | C | 14 | 0 | 1D | 107 | 14 | 40 |
| Octal | 240 | 222 | 266 | 14 | 24 | 0 | 35 | 407 | 24 | 100 |
| Binary | 10100000 | 10010010 | 10110110 | 1100 | 10100 | 0 | 11101 | 100000111 | 10100 | 1000000 |
Color Harmonies of #A092B6
Complementary color
Monochromatic Colors of #A092B6
Black with #A092B6
Text Example
Text Example
White with #A092B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092B6; }
p { color: rgb(160,146,182); }
H1.HeaderClassName
{
color: #A092B6;
}
.AnyTagClassName
{
color: #A092B6;
}
</style>
background-color css
<style>
a { background-color: #A092B6; }
a { background-color: rgb(160,146,182); }
div.DivClassName
{
background-color: #A092B6;
}
.BgClassName
{
background-color: #A092B6;
}
</style>
border-color css
<style>
span { border-color: #A092B6; }
span { border-color: rgb(160,146,182); }
td.TdClassName
{
border-color: #A092B6;
}
.TagClassName
{
border-color: #A092B6;
}
</style>