Shades of Cold Purple #A089C1
Tints of Cold Purple #A089C1
RGB
CMYK
RGB Variations
Color information
#A089C1 (or 0xA089C1) is known color: Cold Purple. HEX triplet: A0, 89 and C1. RGB value is (160,137,193). Sum of RGB (Red+Green+Blue) = 160+137+193=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #A089C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089C1 is #5F763E. Grayscale: #969696. Windows color (decimal): -6256191 or 12683680. OLE color: 12683680.
HSL color Cylindrical-coordinate representation of color #A089C1: hue angle of 264.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A089C1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 137 | 193 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.24 |
| HSL | 264.64º | 0.31% | 0.65% | - |
| HSV(B) | 264.64º | 0.29% | 0.76% | - |
| XYZ | 33.07 | 29.22 | 54.35 | - |
| YUV | 150.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 193 | 0.17 | 0.29 | 0 | 0.24 | 264.64 | 0.31 | 0.65 |
| Hex | A0 | 89 | C1 | 11 | 1D | 0 | 18 | 109 | 1F | 41 |
| Octal | 240 | 211 | 301 | 21 | 35 | 0 | 30 | 411 | 37 | 101 |
| Binary | 10100000 | 10001001 | 11000001 | 10001 | 11101 | 0 | 11000 | 100001001 | 11111 | 1000001 |
Color Harmonies of #A089C1
Complementary color
Monochromatic Colors of #A089C1
Black with #A089C1
Text Example
Text Example
White with #A089C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089C1; }
p { color: rgb(160,137,193); }
H1.HeaderClassName
{
color: #A089C1;
}
.AnyTagClassName
{
color: #A089C1;
}
</style>
background-color css
<style>
a { background-color: #A089C1; }
a { background-color: rgb(160,137,193); }
div.DivClassName
{
background-color: #A089C1;
}
.BgClassName
{
background-color: #A089C1;
}
</style>
border-color css
<style>
span { border-color: #A089C1; }
span { border-color: rgb(160,137,193); }
td.TdClassName
{
border-color: #A089C1;
}
.TagClassName
{
border-color: #A089C1;
}
</style>