Shades of Cold Purple #A494BC
Tints of Cold Purple #A494BC
RGB
CMYK
RGB Variations
Color information
#A494BC (or 0xA494BC) is known color: Cold Purple. HEX triplet: A4, 94 and BC. RGB value is (164,148,188). Sum of RGB (Red+Green+Blue) = 164+148+188=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A494BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494BC is #5B6B43. Grayscale: #9D9D9D. Windows color (decimal): -5991236 or 12358820. OLE color: 12358820.
HSL color Cylindrical-coordinate representation of color #A494BC: hue angle of 264º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A494BC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 148 | 188 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.26 |
| HSL | 264º | 0.23% | 0.66% | - |
| HSV(B) | 264º | 0.21% | 0.74% | - |
| XYZ | 34.98 | 32.7 | 52.05 | - |
| YUV | 157.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 188 | 0.13 | 0.21 | 0 | 0.26 | 264 | 0.23 | 0.66 |
| Hex | A4 | 94 | BC | D | 15 | 0 | 1A | 108 | 17 | 42 |
| Octal | 244 | 224 | 274 | 15 | 25 | 0 | 32 | 410 | 27 | 102 |
| Binary | 10100100 | 10010100 | 10111100 | 1101 | 10101 | 0 | 11010 | 100001000 | 10111 | 1000010 |
Color Harmonies of #A494BC
Complementary color
Monochromatic Colors of #A494BC
Black with #A494BC
Text Example
Text Example
White with #A494BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494BC; }
p { color: rgb(164,148,188); }
H1.HeaderClassName
{
color: #A494BC;
}
.AnyTagClassName
{
color: #A494BC;
}
</style>
background-color css
<style>
a { background-color: #A494BC; }
a { background-color: rgb(164,148,188); }
div.DivClassName
{
background-color: #A494BC;
}
.BgClassName
{
background-color: #A494BC;
}
</style>
border-color css
<style>
span { border-color: #A494BC; }
span { border-color: rgb(164,148,188); }
td.TdClassName
{
border-color: #A494BC;
}
.TagClassName
{
border-color: #A494BC;
}
</style>