Shades of Cold Purple #A091C1
Tints of Cold Purple #A091C1
RGB
CMYK
RGB Variations
Color information
#A091C1 (or 0xA091C1) is known color: Cold Purple. HEX triplet: A0, 91 and C1. RGB value is (160,145,193). Sum of RGB (Red+Green+Blue) = 160+145+193=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #A091C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091C1 is #5F6E3E. Grayscale: #9A9A9A. Windows color (decimal): -6254143 or 12685728. OLE color: 12685728.
HSL color Cylindrical-coordinate representation of color #A091C1: hue angle of 258.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A091C1 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 145 | 193 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.24 |
| HSL | 258.75º | 0.28% | 0.66% | - |
| HSV(B) | 258.75º | 0.25% | 0.76% | - |
| XYZ | 34.25 | 31.57 | 54.74 | - |
| YUV | 154.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 193 | 0.17 | 0.25 | 0 | 0.24 | 258.75 | 0.28 | 0.66 |
| Hex | A0 | 91 | C1 | 11 | 19 | 0 | 18 | 103 | 1C | 42 |
| Octal | 240 | 221 | 301 | 21 | 31 | 0 | 30 | 403 | 34 | 102 |
| Binary | 10100000 | 10010001 | 11000001 | 10001 | 11001 | 0 | 11000 | 100000011 | 11100 | 1000010 |
Color Harmonies of #A091C1
Complementary color
Monochromatic Colors of #A091C1
Black with #A091C1
Text Example
Text Example
White with #A091C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091C1; }
p { color: rgb(160,145,193); }
H1.HeaderClassName
{
color: #A091C1;
}
.AnyTagClassName
{
color: #A091C1;
}
</style>
background-color css
<style>
a { background-color: #A091C1; }
a { background-color: rgb(160,145,193); }
div.DivClassName
{
background-color: #A091C1;
}
.BgClassName
{
background-color: #A091C1;
}
</style>
border-color css
<style>
span { border-color: #A091C1; }
span { border-color: rgb(160,145,193); }
td.TdClassName
{
border-color: #A091C1;
}
.TagClassName
{
border-color: #A091C1;
}
</style>