Shades of Cold Purple #A089CB
Tints of Cold Purple #A089CB
RGB
CMYK
RGB Variations
Color information
#A089CB (or 0xA089CB) is known color: Cold Purple. HEX triplet: A0, 89 and CB. RGB value is (160,137,203). Sum of RGB (Red+Green+Blue) = 160+137+203=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A089CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CB is #5F7634. Grayscale: #979797. Windows color (decimal): -6256181 or 13339040. OLE color: 13339040.
HSL color Cylindrical-coordinate representation of color #A089CB: hue angle of 260.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A089CB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 137 | 203 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.20 |
| HSL | 260.91º | 0.39% | 0.67% | - |
| HSV(B) | 260.91º | 0.33% | 0.8% | - |
| XYZ | 34.22 | 29.68 | 60.42 | - |
| YUV | 151.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 203 | 0.21 | 0.33 | 0 | 0.20 | 260.91 | 0.39 | 0.67 |
| Hex | A0 | 89 | CB | 15 | 21 | 0 | 14 | 105 | 27 | 43 |
| Octal | 240 | 211 | 313 | 25 | 41 | 0 | 24 | 405 | 47 | 103 |
| Binary | 10100000 | 10001001 | 11001011 | 10101 | 100001 | 0 | 10100 | 100000101 | 100111 | 1000011 |
Color Harmonies of #A089CB
Complementary color
Monochromatic Colors of #A089CB
Black with #A089CB
Text Example
Text Example
White with #A089CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089CB; }
p { color: rgb(160,137,203); }
H1.HeaderClassName
{
color: #A089CB;
}
.AnyTagClassName
{
color: #A089CB;
}
</style>
background-color css
<style>
a { background-color: #A089CB; }
a { background-color: rgb(160,137,203); }
div.DivClassName
{
background-color: #A089CB;
}
.BgClassName
{
background-color: #A089CB;
}
</style>
border-color css
<style>
span { border-color: #A089CB; }
span { border-color: rgb(160,137,203); }
td.TdClassName
{
border-color: #A089CB;
}
.TagClassName
{
border-color: #A089CB;
}
</style>