Shades of Cold Purple #A089C2
Tints of Cold Purple #A089C2
RGB
CMYK
RGB Variations
Color information
#A089C2 (or 0xA089C2) is known color: Cold Purple. HEX triplet: A0, 89 and C2. RGB value is (160,137,194). Sum of RGB (Red+Green+Blue) = 160+137+194=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #A089C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089C2 is #5F763D. Grayscale: #969696. Windows color (decimal): -6256190 or 12749216. OLE color: 12749216.
HSL color Cylindrical-coordinate representation of color #A089C2: hue angle of 264.21º degrees, saturation: 0.32, 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 #A089C2 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 137 | 194 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.24 |
| HSL | 264.21º | 0.32% | 0.65% | - |
| HSV(B) | 264.21º | 0.29% | 0.76% | - |
| XYZ | 33.18 | 29.26 | 54.94 | - |
| YUV | 150.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 194 | 0.18 | 0.29 | 0 | 0.24 | 264.21 | 0.32 | 0.65 |
| Hex | A0 | 89 | C2 | 12 | 1D | 0 | 18 | 108 | 20 | 41 |
| Octal | 240 | 211 | 302 | 22 | 35 | 0 | 30 | 410 | 40 | 101 |
| Binary | 10100000 | 10001001 | 11000010 | 10010 | 11101 | 0 | 11000 | 100001000 | 100000 | 1000001 |
Color Harmonies of #A089C2
Complementary color
Monochromatic Colors of #A089C2
Black with #A089C2
Text Example
Text Example
White with #A089C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089C2; }
p { color: rgb(160,137,194); }
H1.HeaderClassName
{
color: #A089C2;
}
.AnyTagClassName
{
color: #A089C2;
}
</style>
background-color css
<style>
a { background-color: #A089C2; }
a { background-color: rgb(160,137,194); }
div.DivClassName
{
background-color: #A089C2;
}
.BgClassName
{
background-color: #A089C2;
}
</style>
border-color css
<style>
span { border-color: #A089C2; }
span { border-color: rgb(160,137,194); }
td.TdClassName
{
border-color: #A089C2;
}
.TagClassName
{
border-color: #A089C2;
}
</style>