Shades of Cold Purple #A591BC
Tints of Cold Purple #A591BC
RGB
CMYK
RGB Variations
Color information
#A591BC (or 0xA591BC) is known color: Cold Purple. HEX triplet: A5, 91 and BC. RGB value is (165,145,188). Sum of RGB (Red+Green+Blue) = 165+145+188=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A591BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591BC is #5A6E43. Grayscale: #9B9B9B. Windows color (decimal): -5926468 or 12358053. OLE color: 12358053.
HSL color Cylindrical-coordinate representation of color #A591BC: hue angle of 267.91º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A591BC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 145 | 188 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.26 |
| HSL | 267.91º | 0.24% | 0.65% | - |
| HSV(B) | 267.91º | 0.23% | 0.74% | - |
| XYZ | 34.72 | 31.88 | 51.9 | - |
| YUV | 155.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 188 | 0.12 | 0.23 | 0 | 0.26 | 267.91 | 0.24 | 0.65 |
| Hex | A5 | 91 | BC | C | 17 | 0 | 1A | 10C | 18 | 41 |
| Octal | 245 | 221 | 274 | 14 | 27 | 0 | 32 | 414 | 30 | 101 |
| Binary | 10100101 | 10010001 | 10111100 | 1100 | 10111 | 0 | 11010 | 100001100 | 11000 | 1000001 |
Color Harmonies of #A591BC
Complementary color
Monochromatic Colors of #A591BC
Black with #A591BC
Text Example
Text Example
White with #A591BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591BC; }
p { color: rgb(165,145,188); }
H1.HeaderClassName
{
color: #A591BC;
}
.AnyTagClassName
{
color: #A591BC;
}
</style>
background-color css
<style>
a { background-color: #A591BC; }
a { background-color: rgb(165,145,188); }
div.DivClassName
{
background-color: #A591BC;
}
.BgClassName
{
background-color: #A591BC;
}
</style>
border-color css
<style>
span { border-color: #A591BC; }
span { border-color: rgb(165,145,188); }
td.TdClassName
{
border-color: #A591BC;
}
.TagClassName
{
border-color: #A591BC;
}
</style>