Shades of Cold Purple #A191B3
Tints of Cold Purple #A191B3
RGB
CMYK
RGB Variations
Color information
#A191B3 (or 0xA191B3) is known color: Cold Purple. HEX triplet: A1, 91 and B3. RGB value is (161,145,179). Sum of RGB (Red+Green+Blue) = 161+145+179=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #A191B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191B3 is #5E6E4C. Grayscale: #999999. Windows color (decimal): -6188621 or 11768225. OLE color: 11768225.
HSL color Cylindrical-coordinate representation of color #A191B3: hue angle of 268.24º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A191B3 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 145 | 179 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.30 |
| HSL | 268.24º | 0.18% | 0.64% | - |
| HSV(B) | 268.24º | 0.19% | 0.7% | - |
| XYZ | 32.96 | 31.08 | 46.91 | - |
| YUV | 153.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 179 | 0.10 | 0.19 | 0 | 0.30 | 268.24 | 0.18 | 0.64 |
| Hex | A1 | 91 | B3 | A | 13 | 0 | 1E | 10C | 12 | 40 |
| Octal | 241 | 221 | 263 | 12 | 23 | 0 | 36 | 414 | 22 | 100 |
| Binary | 10100001 | 10010001 | 10110011 | 1010 | 10011 | 0 | 11110 | 100001100 | 10010 | 1000000 |
Color Harmonies of #A191B3
Complementary color
Monochromatic Colors of #A191B3
Black with #A191B3
Text Example
Text Example
White with #A191B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191B3; }
p { color: rgb(161,145,179); }
H1.HeaderClassName
{
color: #A191B3;
}
.AnyTagClassName
{
color: #A191B3;
}
</style>
background-color css
<style>
a { background-color: #A191B3; }
a { background-color: rgb(161,145,179); }
div.DivClassName
{
background-color: #A191B3;
}
.BgClassName
{
background-color: #A191B3;
}
</style>
border-color css
<style>
span { border-color: #A191B3; }
span { border-color: rgb(161,145,179); }
td.TdClassName
{
border-color: #A191B3;
}
.TagClassName
{
border-color: #A191B3;
}
</style>