Shades of Cold Purple #A391BA
Tints of Cold Purple #A391BA
RGB
CMYK
RGB Variations
Color information
#A391BA (or 0xA391BA) is known color: Cold Purple. HEX triplet: A3, 91 and BA. RGB value is (163,145,186). Sum of RGB (Red+Green+Blue) = 163+145+186=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A391BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BA is #5C6E45. Grayscale: #9A9A9A. Windows color (decimal): -6057542 or 12226979. OLE color: 12226979.
HSL color Cylindrical-coordinate representation of color #A391BA: hue angle of 266.34º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A391BA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 145 | 186 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.27 |
| HSL | 266.34º | 0.23% | 0.65% | - |
| HSV(B) | 266.34º | 0.22% | 0.73% | - |
| XYZ | 34.09 | 31.58 | 50.75 | - |
| YUV | 155.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 186 | 0.12 | 0.22 | 0 | 0.27 | 266.34 | 0.23 | 0.65 |
| Hex | A3 | 91 | BA | C | 16 | 0 | 1B | 10A | 17 | 41 |
| Octal | 243 | 221 | 272 | 14 | 26 | 0 | 33 | 412 | 27 | 101 |
| Binary | 10100011 | 10010001 | 10111010 | 1100 | 10110 | 0 | 11011 | 100001010 | 10111 | 1000001 |
Color Harmonies of #A391BA
Complementary color
Monochromatic Colors of #A391BA
Black with #A391BA
Text Example
Text Example
White with #A391BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391BA; }
p { color: rgb(163,145,186); }
H1.HeaderClassName
{
color: #A391BA;
}
.AnyTagClassName
{
color: #A391BA;
}
</style>
background-color css
<style>
a { background-color: #A391BA; }
a { background-color: rgb(163,145,186); }
div.DivClassName
{
background-color: #A391BA;
}
.BgClassName
{
background-color: #A391BA;
}
</style>
border-color css
<style>
span { border-color: #A391BA; }
span { border-color: rgb(163,145,186); }
td.TdClassName
{
border-color: #A391BA;
}
.TagClassName
{
border-color: #A391BA;
}
</style>