Shades of Cold Purple #A092B4
Tints of Cold Purple #A092B4
RGB
CMYK
RGB Variations
Color information
#A092B4 (or 0xA092B4) is known color: Cold Purple. HEX triplet: A0, 92 and B4. RGB value is (160,146,180). Sum of RGB (Red+Green+Blue) = 160+146+180=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #A092B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092B4 is #5F6D4B. Grayscale: #999999. Windows color (decimal): -6253900 or 11834016. OLE color: 11834016.
HSL color Cylindrical-coordinate representation of color #A092B4: hue angle of 264.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A092B4 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 146 | 180 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.29 |
| HSL | 264.71º | 0.18% | 0.64% | - |
| HSV(B) | 264.71º | 0.19% | 0.71% | - |
| XYZ | 33.01 | 31.33 | 47.49 | - |
| YUV | 154.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 180 | 0.11 | 0.19 | 0 | 0.29 | 264.71 | 0.18 | 0.64 |
| Hex | A0 | 92 | B4 | B | 13 | 0 | 1D | 109 | 12 | 40 |
| Octal | 240 | 222 | 264 | 13 | 23 | 0 | 35 | 411 | 22 | 100 |
| Binary | 10100000 | 10010010 | 10110100 | 1011 | 10011 | 0 | 11101 | 100001001 | 10010 | 1000000 |
Color Harmonies of #A092B4
Complementary color
Monochromatic Colors of #A092B4
Black with #A092B4
Text Example
Text Example
White with #A092B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092B4; }
p { color: rgb(160,146,180); }
H1.HeaderClassName
{
color: #A092B4;
}
.AnyTagClassName
{
color: #A092B4;
}
</style>
background-color css
<style>
a { background-color: #A092B4; }
a { background-color: rgb(160,146,180); }
div.DivClassName
{
background-color: #A092B4;
}
.BgClassName
{
background-color: #A092B4;
}
</style>
border-color css
<style>
span { border-color: #A092B4; }
span { border-color: rgb(160,146,180); }
td.TdClassName
{
border-color: #A092B4;
}
.TagClassName
{
border-color: #A092B4;
}
</style>