Shades of Cold Purple #A494C2
Tints of Cold Purple #A494C2
RGB
CMYK
RGB Variations
Color information
#A494C2 (or 0xA494C2) is known color: Cold Purple. HEX triplet: A4, 94 and C2. RGB value is (164,148,194). Sum of RGB (Red+Green+Blue) = 164+148+194=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #A494C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494C2 is #5B6B3D. Grayscale: #9D9D9D. Windows color (decimal): -5991230 or 12752036. OLE color: 12752036.
HSL color Cylindrical-coordinate representation of color #A494C2: hue angle of 260.87º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A494C2 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 148 | 194 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.24 |
| HSL | 260.87º | 0.27% | 0.67% | - |
| HSV(B) | 260.87º | 0.24% | 0.76% | - |
| XYZ | 35.64 | 32.97 | 55.52 | - |
| YUV | 158.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 194 | 0.15 | 0.24 | 0 | 0.24 | 260.87 | 0.27 | 0.67 |
| Hex | A4 | 94 | C2 | F | 18 | 0 | 18 | 105 | 1B | 43 |
| Octal | 244 | 224 | 302 | 17 | 30 | 0 | 30 | 405 | 33 | 103 |
| Binary | 10100100 | 10010100 | 11000010 | 1111 | 11000 | 0 | 11000 | 100000101 | 11011 | 1000011 |
Color Harmonies of #A494C2
Complementary color
Monochromatic Colors of #A494C2
Black with #A494C2
Text Example
Text Example
White with #A494C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494C2; }
p { color: rgb(164,148,194); }
H1.HeaderClassName
{
color: #A494C2;
}
.AnyTagClassName
{
color: #A494C2;
}
</style>
background-color css
<style>
a { background-color: #A494C2; }
a { background-color: rgb(164,148,194); }
div.DivClassName
{
background-color: #A494C2;
}
.BgClassName
{
background-color: #A494C2;
}
</style>
border-color css
<style>
span { border-color: #A494C2; }
span { border-color: rgb(164,148,194); }
td.TdClassName
{
border-color: #A494C2;
}
.TagClassName
{
border-color: #A494C2;
}
</style>