Shades of Cold Purple #A091C2
Tints of Cold Purple #A091C2
RGB
CMYK
RGB Variations
Color information
#A091C2 (or 0xA091C2) is known color: Cold Purple. HEX triplet: A0, 91 and C2. RGB value is (160,145,194). Sum of RGB (Red+Green+Blue) = 160+145+194=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #A091C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091C2 is #5F6E3D. Grayscale: #9A9A9A. Windows color (decimal): -6254142 or 12751264. OLE color: 12751264.
HSL color Cylindrical-coordinate representation of color #A091C2: hue angle of 258.37º degrees, saturation: 0.29, 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 #A091C2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 145 | 194 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.24 |
| HSL | 258.37º | 0.29% | 0.66% | - |
| HSV(B) | 258.37º | 0.25% | 0.76% | - |
| XYZ | 34.36 | 31.62 | 55.33 | - |
| YUV | 155.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 194 | 0.18 | 0.25 | 0 | 0.24 | 258.37 | 0.29 | 0.66 |
| Hex | A0 | 91 | C2 | 12 | 19 | 0 | 18 | 102 | 1D | 42 |
| Octal | 240 | 221 | 302 | 22 | 31 | 0 | 30 | 402 | 35 | 102 |
| Binary | 10100000 | 10010001 | 11000010 | 10010 | 11001 | 0 | 11000 | 100000010 | 11101 | 1000010 |
Color Harmonies of #A091C2
Complementary color
Monochromatic Colors of #A091C2
Black with #A091C2
Text Example
Text Example
White with #A091C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091C2; }
p { color: rgb(160,145,194); }
H1.HeaderClassName
{
color: #A091C2;
}
.AnyTagClassName
{
color: #A091C2;
}
</style>
background-color css
<style>
a { background-color: #A091C2; }
a { background-color: rgb(160,145,194); }
div.DivClassName
{
background-color: #A091C2;
}
.BgClassName
{
background-color: #A091C2;
}
</style>
border-color css
<style>
span { border-color: #A091C2; }
span { border-color: rgb(160,145,194); }
td.TdClassName
{
border-color: #A091C2;
}
.TagClassName
{
border-color: #A091C2;
}
</style>