Shades of Cold Purple #A191CD
Tints of Cold Purple #A191CD
RGB
CMYK
RGB Variations
Color information
#A191CD (or 0xA191CD) is known color: Cold Purple. HEX triplet: A1, 91 and CD. RGB value is (161,145,205). Sum of RGB (Red+Green+Blue) = 161+145+205=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A191CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191CD is #5E6E32. Grayscale: #9C9C9C. Windows color (decimal): -6188595 or 13472161. OLE color: 13472161.
HSL color Cylindrical-coordinate representation of color #A191CD: hue angle of 256º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A191CD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 145 | 205 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.20 |
| HSL | 256º | 0.38% | 0.69% | - |
| HSV(B) | 256º | 0.29% | 0.8% | - |
| XYZ | 35.84 | 32.24 | 62.09 | - |
| YUV | 156.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 205 | 0.21 | 0.29 | 0 | 0.20 | 256 | 0.38 | 0.69 |
| Hex | A1 | 91 | CD | 15 | 1D | 0 | 14 | 100 | 26 | 45 |
| Octal | 241 | 221 | 315 | 25 | 35 | 0 | 24 | 400 | 46 | 105 |
| Binary | 10100001 | 10010001 | 11001101 | 10101 | 11101 | 0 | 10100 | 100000000 | 100110 | 1000101 |
Color Harmonies of #A191CD
Complementary color
Monochromatic Colors of #A191CD
Black with #A191CD
Text Example
Text Example
White with #A191CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191CD; }
p { color: rgb(161,145,205); }
H1.HeaderClassName
{
color: #A191CD;
}
.AnyTagClassName
{
color: #A191CD;
}
</style>
background-color css
<style>
a { background-color: #A191CD; }
a { background-color: rgb(161,145,205); }
div.DivClassName
{
background-color: #A191CD;
}
.BgClassName
{
background-color: #A191CD;
}
</style>
border-color css
<style>
span { border-color: #A191CD; }
span { border-color: rgb(161,145,205); }
td.TdClassName
{
border-color: #A191CD;
}
.TagClassName
{
border-color: #A191CD;
}
</style>