Shades of Cold Purple #A089C3
Tints of Cold Purple #A089C3
RGB
CMYK
RGB Variations
Color information
#A089C3 (or 0xA089C3) is known color: Cold Purple. HEX triplet: A0, 89 and C3. RGB value is (160,137,195). Sum of RGB (Red+Green+Blue) = 160+137+195=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #A089C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089C3 is #5F763C. Grayscale: #969696. Windows color (decimal): -6256189 or 12814752. OLE color: 12814752.
HSL color Cylindrical-coordinate representation of color #A089C3: hue angle of 263.79º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A089C3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 137 | 195 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.24 |
| HSL | 263.79º | 0.33% | 0.65% | - |
| HSV(B) | 263.79º | 0.3% | 0.76% | - |
| XYZ | 33.29 | 29.31 | 55.53 | - |
| YUV | 150.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 195 | 0.18 | 0.30 | 0 | 0.24 | 263.79 | 0.33 | 0.65 |
| Hex | A0 | 89 | C3 | 12 | 1E | 0 | 18 | 108 | 21 | 41 |
| Octal | 240 | 211 | 303 | 22 | 36 | 0 | 30 | 410 | 41 | 101 |
| Binary | 10100000 | 10001001 | 11000011 | 10010 | 11110 | 0 | 11000 | 100001000 | 100001 | 1000001 |
Color Harmonies of #A089C3
Complementary color
Monochromatic Colors of #A089C3
Black with #A089C3
Text Example
Text Example
White with #A089C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089C3; }
p { color: rgb(160,137,195); }
H1.HeaderClassName
{
color: #A089C3;
}
.AnyTagClassName
{
color: #A089C3;
}
</style>
background-color css
<style>
a { background-color: #A089C3; }
a { background-color: rgb(160,137,195); }
div.DivClassName
{
background-color: #A089C3;
}
.BgClassName
{
background-color: #A089C3;
}
</style>
border-color css
<style>
span { border-color: #A089C3; }
span { border-color: rgb(160,137,195); }
td.TdClassName
{
border-color: #A089C3;
}
.TagClassName
{
border-color: #A089C3;
}
</style>