Shades of Cold Purple #A092B8
Tints of Cold Purple #A092B8
RGB
CMYK
RGB Variations
Color information
#A092B8 (or 0xA092B8) is known color: Cold Purple. HEX triplet: A0, 92 and B8. RGB value is (160,146,184). Sum of RGB (Red+Green+Blue) = 160+146+184=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #A092B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092B8 is #5F6D47. Grayscale: #9A9A9A. Windows color (decimal): -6253896 or 12096160. OLE color: 12096160.
HSL color Cylindrical-coordinate representation of color #A092B8: hue angle of 262.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A092B8 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 146 | 184 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.28 |
| HSL | 262.11º | 0.21% | 0.65% | - |
| HSV(B) | 262.11º | 0.21% | 0.72% | - |
| XYZ | 33.43 | 31.49 | 49.66 | - |
| YUV | 154.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 184 | 0.13 | 0.21 | 0 | 0.28 | 262.11 | 0.21 | 0.65 |
| Hex | A0 | 92 | B8 | D | 15 | 0 | 1C | 106 | 15 | 41 |
| Octal | 240 | 222 | 270 | 15 | 25 | 0 | 34 | 406 | 25 | 101 |
| Binary | 10100000 | 10010010 | 10111000 | 1101 | 10101 | 0 | 11100 | 100000110 | 10101 | 1000001 |
Color Harmonies of #A092B8
Complementary color
Monochromatic Colors of #A092B8
Black with #A092B8
Text Example
Text Example
White with #A092B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092B8; }
p { color: rgb(160,146,184); }
H1.HeaderClassName
{
color: #A092B8;
}
.AnyTagClassName
{
color: #A092B8;
}
</style>
background-color css
<style>
a { background-color: #A092B8; }
a { background-color: rgb(160,146,184); }
div.DivClassName
{
background-color: #A092B8;
}
.BgClassName
{
background-color: #A092B8;
}
</style>
border-color css
<style>
span { border-color: #A092B8; }
span { border-color: rgb(160,146,184); }
td.TdClassName
{
border-color: #A092B8;
}
.TagClassName
{
border-color: #A092B8;
}
</style>