Shades of Cold Purple #A194C4
Tints of Cold Purple #A194C4
RGB
CMYK
RGB Variations
Color information
#A194C4 (or 0xA194C4) is known color: Cold Purple. HEX triplet: A1, 94 and C4. RGB value is (161,148,196). Sum of RGB (Red+Green+Blue) = 161+148+196=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #A194C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194C4 is #5E6B3B. Grayscale: #9D9D9D. Windows color (decimal): -6187836 or 12883105. OLE color: 12883105.
HSL color Cylindrical-coordinate representation of color #A194C4: hue angle of 256.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A194C4 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 148 | 196 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.23 |
| HSL | 256.25º | 0.29% | 0.67% | - |
| HSV(B) | 256.25º | 0.24% | 0.77% | - |
| XYZ | 35.25 | 32.74 | 56.69 | - |
| YUV | 157.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 196 | 0.18 | 0.24 | 0 | 0.23 | 256.25 | 0.29 | 0.67 |
| Hex | A1 | 94 | C4 | 12 | 18 | 0 | 17 | 100 | 1D | 43 |
| Octal | 241 | 224 | 304 | 22 | 30 | 0 | 27 | 400 | 35 | 103 |
| Binary | 10100001 | 10010100 | 11000100 | 10010 | 11000 | 0 | 10111 | 100000000 | 11101 | 1000011 |
Color Harmonies of #A194C4
Complementary color
Monochromatic Colors of #A194C4
Black with #A194C4
Text Example
Text Example
White with #A194C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194C4; }
p { color: rgb(161,148,196); }
H1.HeaderClassName
{
color: #A194C4;
}
.AnyTagClassName
{
color: #A194C4;
}
</style>
background-color css
<style>
a { background-color: #A194C4; }
a { background-color: rgb(161,148,196); }
div.DivClassName
{
background-color: #A194C4;
}
.BgClassName
{
background-color: #A194C4;
}
</style>
border-color css
<style>
span { border-color: #A194C4; }
span { border-color: rgb(161,148,196); }
td.TdClassName
{
border-color: #A194C4;
}
.TagClassName
{
border-color: #A194C4;
}
</style>