Shades of Cold Purple #A394BB
Tints of Cold Purple #A394BB
RGB
CMYK
RGB Variations
Color information
#A394BB (or 0xA394BB) is known color: Cold Purple. HEX triplet: A3, 94 and BB. RGB value is (163,148,187). Sum of RGB (Red+Green+Blue) = 163+148+187=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A394BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394BB is #5C6B44. Grayscale: #9C9C9C. Windows color (decimal): -6056773 or 12293283. OLE color: 12293283.
HSL color Cylindrical-coordinate representation of color #A394BB: hue angle of 263.08º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A394BB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 148 | 187 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.27 |
| HSL | 263.08º | 0.22% | 0.66% | - |
| HSV(B) | 263.08º | 0.21% | 0.73% | - |
| XYZ | 34.66 | 32.55 | 51.47 | - |
| YUV | 156.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 187 | 0.13 | 0.21 | 0 | 0.27 | 263.08 | 0.22 | 0.66 |
| Hex | A3 | 94 | BB | D | 15 | 0 | 1B | 107 | 16 | 42 |
| Octal | 243 | 224 | 273 | 15 | 25 | 0 | 33 | 407 | 26 | 102 |
| Binary | 10100011 | 10010100 | 10111011 | 1101 | 10101 | 0 | 11011 | 100000111 | 10110 | 1000010 |
Color Harmonies of #A394BB
Complementary color
Monochromatic Colors of #A394BB
Black with #A394BB
Text Example
Text Example
White with #A394BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394BB; }
p { color: rgb(163,148,187); }
H1.HeaderClassName
{
color: #A394BB;
}
.AnyTagClassName
{
color: #A394BB;
}
</style>
background-color css
<style>
a { background-color: #A394BB; }
a { background-color: rgb(163,148,187); }
div.DivClassName
{
background-color: #A394BB;
}
.BgClassName
{
background-color: #A394BB;
}
</style>
border-color css
<style>
span { border-color: #A394BB; }
span { border-color: rgb(163,148,187); }
td.TdClassName
{
border-color: #A394BB;
}
.TagClassName
{
border-color: #A394BB;
}
</style>