Shades of Cold Purple #A092B1
Tints of Cold Purple #A092B1
RGB
CMYK
RGB Variations
Color information
#A092B1 (or 0xA092B1) is known color: Cold Purple. HEX triplet: A0, 92 and B1. RGB value is (160,146,177). Sum of RGB (Red+Green+Blue) = 160+146+177=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #A092B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092B1 is #5F6D4E. Grayscale: #999999. Windows color (decimal): -6253903 or 11637408. OLE color: 11637408.
HSL color Cylindrical-coordinate representation of color #A092B1: hue angle of 267.1º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A092B1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 146 | 177 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.31 |
| HSL | 267.1º | 0.17% | 0.63% | - |
| HSV(B) | 267.1º | 0.18% | 0.69% | - |
| XYZ | 32.71 | 31.21 | 45.89 | - |
| YUV | 153.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 177 | 0.10 | 0.18 | 0 | 0.31 | 267.1 | 0.17 | 0.63 |
| Hex | A0 | 92 | B1 | A | 12 | 0 | 1F | 10B | 11 | 3F |
| Octal | 240 | 222 | 261 | 12 | 22 | 0 | 37 | 413 | 21 | 77 |
| Binary | 10100000 | 10010010 | 10110001 | 1010 | 10010 | 0 | 11111 | 100001011 | 10001 | 111111 |
Color Harmonies of #A092B1
Complementary color
Monochromatic Colors of #A092B1
Black with #A092B1
Text Example
Text Example
White with #A092B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092B1; }
p { color: rgb(160,146,177); }
H1.HeaderClassName
{
color: #A092B1;
}
.AnyTagClassName
{
color: #A092B1;
}
</style>
background-color css
<style>
a { background-color: #A092B1; }
a { background-color: rgb(160,146,177); }
div.DivClassName
{
background-color: #A092B1;
}
.BgClassName
{
background-color: #A092B1;
}
</style>
border-color css
<style>
span { border-color: #A092B1; }
span { border-color: rgb(160,146,177); }
td.TdClassName
{
border-color: #A092B1;
}
.TagClassName
{
border-color: #A092B1;
}
</style>