Shades of Cold Purple #A192BD
Tints of Cold Purple #A192BD
RGB
CMYK
RGB Variations
Color information
#A192BD (or 0xA192BD) is known color: Cold Purple. HEX triplet: A1, 92 and BD. RGB value is (161,146,189). Sum of RGB (Red+Green+Blue) = 161+146+189=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A192BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192BD is #5E6D42. Grayscale: #9B9B9B. Windows color (decimal): -6188355 or 12423841. OLE color: 12423841.
HSL color Cylindrical-coordinate representation of color #A192BD: hue angle of 260.93º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A192BD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 146 | 189 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.26 |
| HSL | 260.93º | 0.25% | 0.66% | - |
| HSV(B) | 260.93º | 0.23% | 0.74% | - |
| XYZ | 34.16 | 31.81 | 52.48 | - |
| YUV | 155.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 189 | 0.15 | 0.23 | 0 | 0.26 | 260.93 | 0.25 | 0.66 |
| Hex | A1 | 92 | BD | F | 17 | 0 | 1A | 105 | 19 | 42 |
| Octal | 241 | 222 | 275 | 17 | 27 | 0 | 32 | 405 | 31 | 102 |
| Binary | 10100001 | 10010010 | 10111101 | 1111 | 10111 | 0 | 11010 | 100000101 | 11001 | 1000010 |
Color Harmonies of #A192BD
Complementary color
Monochromatic Colors of #A192BD
Black with #A192BD
Text Example
Text Example
White with #A192BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192BD; }
p { color: rgb(161,146,189); }
H1.HeaderClassName
{
color: #A192BD;
}
.AnyTagClassName
{
color: #A192BD;
}
</style>
background-color css
<style>
a { background-color: #A192BD; }
a { background-color: rgb(161,146,189); }
div.DivClassName
{
background-color: #A192BD;
}
.BgClassName
{
background-color: #A192BD;
}
</style>
border-color css
<style>
span { border-color: #A192BD; }
span { border-color: rgb(161,146,189); }
td.TdClassName
{
border-color: #A192BD;
}
.TagClassName
{
border-color: #A192BD;
}
</style>