Shades of Cold Purple #A089D1
Tints of Cold Purple #A089D1
RGB
CMYK
RGB Variations
Color information
#A089D1 (or 0xA089D1) is known color: Cold Purple. HEX triplet: A0, 89 and D1. RGB value is (160,137,209). Sum of RGB (Red+Green+Blue) = 160+137+209=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #A089D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089D1 is #5F762E. Grayscale: #979797. Windows color (decimal): -6256175 or 13732256. OLE color: 13732256.
HSL color Cylindrical-coordinate representation of color #A089D1: hue angle of 259.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A089D1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 137 | 209 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.18 |
| HSL | 259.17º | 0.44% | 0.68% | - |
| HSV(B) | 259.17º | 0.34% | 0.82% | - |
| XYZ | 34.95 | 29.97 | 64.26 | - |
| YUV | 152.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 209 | 0.23 | 0.34 | 0 | 0.18 | 259.17 | 0.44 | 0.68 |
| Hex | A0 | 89 | D1 | 17 | 22 | 0 | 12 | 103 | 2C | 44 |
| Octal | 240 | 211 | 321 | 27 | 42 | 0 | 22 | 403 | 54 | 104 |
| Binary | 10100000 | 10001001 | 11010001 | 10111 | 100010 | 0 | 10010 | 100000011 | 101100 | 1000100 |
Color Harmonies of #A089D1
Complementary color
Monochromatic Colors of #A089D1
Black with #A089D1
Text Example
Text Example
White with #A089D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089D1; }
p { color: rgb(160,137,209); }
H1.HeaderClassName
{
color: #A089D1;
}
.AnyTagClassName
{
color: #A089D1;
}
</style>
background-color css
<style>
a { background-color: #A089D1; }
a { background-color: rgb(160,137,209); }
div.DivClassName
{
background-color: #A089D1;
}
.BgClassName
{
background-color: #A089D1;
}
</style>
border-color css
<style>
span { border-color: #A089D1; }
span { border-color: rgb(160,137,209); }
td.TdClassName
{
border-color: #A089D1;
}
.TagClassName
{
border-color: #A089D1;
}
</style>