Shades of Cold Purple #A194B4
Tints of Cold Purple #A194B4
RGB
CMYK
RGB Variations
Color information
#A194B4 (or 0xA194B4) is known color: Cold Purple. HEX triplet: A1, 94 and B4. RGB value is (161,148,180). Sum of RGB (Red+Green+Blue) = 161+148+180=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #A194B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194B4 is #5E6B4B. Grayscale: #9B9B9B. Windows color (decimal): -6187852 or 11834529. OLE color: 11834529.
HSL color Cylindrical-coordinate representation of color #A194B4: hue angle of 264.38º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A194B4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 148 | 180 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.29 |
| HSL | 264.38º | 0.18% | 0.64% | - |
| HSV(B) | 264.38º | 0.18% | 0.71% | - |
| XYZ | 33.53 | 32.05 | 47.6 | - |
| YUV | 155.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 180 | 0.11 | 0.18 | 0 | 0.29 | 264.38 | 0.18 | 0.64 |
| Hex | A1 | 94 | B4 | B | 12 | 0 | 1D | 108 | 12 | 40 |
| Octal | 241 | 224 | 264 | 13 | 22 | 0 | 35 | 410 | 22 | 100 |
| Binary | 10100001 | 10010100 | 10110100 | 1011 | 10010 | 0 | 11101 | 100001000 | 10010 | 1000000 |
Color Harmonies of #A194B4
Complementary color
Monochromatic Colors of #A194B4
Black with #A194B4
Text Example
Text Example
White with #A194B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194B4; }
p { color: rgb(161,148,180); }
H1.HeaderClassName
{
color: #A194B4;
}
.AnyTagClassName
{
color: #A194B4;
}
</style>
background-color css
<style>
a { background-color: #A194B4; }
a { background-color: rgb(161,148,180); }
div.DivClassName
{
background-color: #A194B4;
}
.BgClassName
{
background-color: #A194B4;
}
</style>
border-color css
<style>
span { border-color: #A194B4; }
span { border-color: rgb(161,148,180); }
td.TdClassName
{
border-color: #A194B4;
}
.TagClassName
{
border-color: #A194B4;
}
</style>