Shades of Cold Purple #A391B8
Tints of Cold Purple #A391B8
RGB
CMYK
RGB Variations
Color information
#A391B8 (or 0xA391B8) is known color: Cold Purple. HEX triplet: A3, 91 and B8. RGB value is (163,145,184). Sum of RGB (Red+Green+Blue) = 163+145+184=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 184 - color contains mainly: blue. Hex color #A391B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391B8 is #5C6E47. Grayscale: #9A9A9A. Windows color (decimal): -6057544 or 12095907. OLE color: 12095907.
HSL color Cylindrical-coordinate representation of color #A391B8: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A391B8 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 145 | 184 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.28 |
| HSL | 267.69º | 0.22% | 0.65% | - |
| HSV(B) | 267.69º | 0.21% | 0.72% | - |
| XYZ | 33.88 | 31.5 | 49.64 | - |
| YUV | 154.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 184 | 0.11 | 0.21 | 0 | 0.28 | 267.69 | 0.22 | 0.65 |
| Hex | A3 | 91 | B8 | B | 15 | 0 | 1C | 10C | 16 | 41 |
| Octal | 243 | 221 | 270 | 13 | 25 | 0 | 34 | 414 | 26 | 101 |
| Binary | 10100011 | 10010001 | 10111000 | 1011 | 10101 | 0 | 11100 | 100001100 | 10110 | 1000001 |
Color Harmonies of #A391B8
Complementary color
Monochromatic Colors of #A391B8
Black with #A391B8
Text Example
Text Example
White with #A391B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391B8; }
p { color: rgb(163,145,184); }
H1.HeaderClassName
{
color: #A391B8;
}
.AnyTagClassName
{
color: #A391B8;
}
</style>
background-color css
<style>
a { background-color: #A391B8; }
a { background-color: rgb(163,145,184); }
div.DivClassName
{
background-color: #A391B8;
}
.BgClassName
{
background-color: #A391B8;
}
</style>
border-color css
<style>
span { border-color: #A391B8; }
span { border-color: rgb(163,145,184); }
td.TdClassName
{
border-color: #A391B8;
}
.TagClassName
{
border-color: #A391B8;
}
</style>