Shades of Cold Purple #A089B7
Tints of Cold Purple #A089B7
RGB
CMYK
RGB Variations
Color information
#A089B7 (or 0xA089B7) is known color: Cold Purple. HEX triplet: A0, 89 and B7. RGB value is (160,137,183). Sum of RGB (Red+Green+Blue) = 160+137+183=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 183 - color contains mainly: blue. Hex color #A089B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089B7 is #5F7648. Grayscale: #949494. Windows color (decimal): -6256201 or 12028320. OLE color: 12028320.
HSL color Cylindrical-coordinate representation of color #A089B7: hue angle of 270º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A089B7 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 137 | 183 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.28 |
| HSL | 270º | 0.24% | 0.63% | - |
| HSV(B) | 270º | 0.25% | 0.72% | - |
| XYZ | 31.99 | 28.78 | 48.67 | - |
| YUV | 149.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 183 | 0.13 | 0.25 | 0 | 0.28 | 270 | 0.24 | 0.63 |
| Hex | A0 | 89 | B7 | D | 19 | 0 | 1C | 10E | 18 | 3F |
| Octal | 240 | 211 | 267 | 15 | 31 | 0 | 34 | 416 | 30 | 77 |
| Binary | 10100000 | 10001001 | 10110111 | 1101 | 11001 | 0 | 11100 | 100001110 | 11000 | 111111 |
Color Harmonies of #A089B7
Complementary color
Monochromatic Colors of #A089B7
Black with #A089B7
Text Example
Text Example
White with #A089B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089B7; }
p { color: rgb(160,137,183); }
H1.HeaderClassName
{
color: #A089B7;
}
.AnyTagClassName
{
color: #A089B7;
}
</style>
background-color css
<style>
a { background-color: #A089B7; }
a { background-color: rgb(160,137,183); }
div.DivClassName
{
background-color: #A089B7;
}
.BgClassName
{
background-color: #A089B7;
}
</style>
border-color css
<style>
span { border-color: #A089B7; }
span { border-color: rgb(160,137,183); }
td.TdClassName
{
border-color: #A089B7;
}
.TagClassName
{
border-color: #A089B7;
}
</style>