Shades of Cold Purple #A192B5
Tints of Cold Purple #A192B5
RGB
CMYK
RGB Variations
Color information
#A192B5 (or 0xA192B5) is known color: Cold Purple. HEX triplet: A1, 92 and B5. RGB value is (161,146,181). Sum of RGB (Red+Green+Blue) = 161+146+181=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #A192B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192B5 is #5E6D4A. Grayscale: #9A9A9A. Windows color (decimal): -6188363 or 11899553. OLE color: 11899553.
HSL color Cylindrical-coordinate representation of color #A192B5: hue angle of 265.71º degrees, saturation: 0.19, 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 #A192B5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 146 | 181 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.29 |
| HSL | 265.71º | 0.19% | 0.64% | - |
| HSV(B) | 265.71º | 0.19% | 0.71% | - |
| XYZ | 33.32 | 31.47 | 48.03 | - |
| YUV | 154.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 181 | 0.11 | 0.19 | 0 | 0.29 | 265.71 | 0.19 | 0.64 |
| Hex | A1 | 92 | B5 | B | 13 | 0 | 1D | 10A | 13 | 40 |
| Octal | 241 | 222 | 265 | 13 | 23 | 0 | 35 | 412 | 23 | 100 |
| Binary | 10100001 | 10010010 | 10110101 | 1011 | 10011 | 0 | 11101 | 100001010 | 10011 | 1000000 |
Color Harmonies of #A192B5
Complementary color
Monochromatic Colors of #A192B5
Black with #A192B5
Text Example
Text Example
White with #A192B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192B5; }
p { color: rgb(161,146,181); }
H1.HeaderClassName
{
color: #A192B5;
}
.AnyTagClassName
{
color: #A192B5;
}
</style>
background-color css
<style>
a { background-color: #A192B5; }
a { background-color: rgb(161,146,181); }
div.DivClassName
{
background-color: #A192B5;
}
.BgClassName
{
background-color: #A192B5;
}
</style>
border-color css
<style>
span { border-color: #A192B5; }
span { border-color: rgb(161,146,181); }
td.TdClassName
{
border-color: #A192B5;
}
.TagClassName
{
border-color: #A192B5;
}
</style>