Shades of Cold Purple #A391BC
Tints of Cold Purple #A391BC
RGB
CMYK
RGB Variations
Color information
#A391BC (or 0xA391BC) is known color: Cold Purple. HEX triplet: A3, 91 and BC. RGB value is (163,145,188). Sum of RGB (Red+Green+Blue) = 163+145+188=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A391BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BC is #5C6E43. Grayscale: #9B9B9B. Windows color (decimal): -6057540 or 12358051. OLE color: 12358051.
HSL color Cylindrical-coordinate representation of color #A391BC: hue angle of 265.12º 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 #A391BC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 145 | 188 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.26 |
| HSL | 265.12º | 0.24% | 0.65% | - |
| HSV(B) | 265.12º | 0.23% | 0.74% | - |
| XYZ | 34.31 | 31.67 | 51.88 | - |
| YUV | 155.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 188 | 0.13 | 0.23 | 0 | 0.26 | 265.12 | 0.24 | 0.65 |
| Hex | A3 | 91 | BC | D | 17 | 0 | 1A | 109 | 18 | 41 |
| Octal | 243 | 221 | 274 | 15 | 27 | 0 | 32 | 411 | 30 | 101 |
| Binary | 10100011 | 10010001 | 10111100 | 1101 | 10111 | 0 | 11010 | 100001001 | 11000 | 1000001 |
Color Harmonies of #A391BC
Complementary color
Monochromatic Colors of #A391BC
Black with #A391BC
Text Example
Text Example
White with #A391BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391BC; }
p { color: rgb(163,145,188); }
H1.HeaderClassName
{
color: #A391BC;
}
.AnyTagClassName
{
color: #A391BC;
}
</style>
background-color css
<style>
a { background-color: #A391BC; }
a { background-color: rgb(163,145,188); }
div.DivClassName
{
background-color: #A391BC;
}
.BgClassName
{
background-color: #A391BC;
}
</style>
border-color css
<style>
span { border-color: #A391BC; }
span { border-color: rgb(163,145,188); }
td.TdClassName
{
border-color: #A391BC;
}
.TagClassName
{
border-color: #A391BC;
}
</style>