Shades of Cold Purple #A889CA
Tints of Cold Purple #A889CA
RGB
CMYK
RGB Variations
Color information
#A889CA (or 0xA889CA) is known color: Cold Purple. HEX triplet: A8, 89 and CA. RGB value is (168,137,202). Sum of RGB (Red+Green+Blue) = 168+137+202=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A889CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889CA is #577635. Grayscale: #999999. Windows color (decimal): -5731894 or 13273512. OLE color: 13273512.
HSL color Cylindrical-coordinate representation of color #A889CA: hue angle of 268.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A889CA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 137 | 202 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.21 |
| HSL | 268.62º | 0.38% | 0.66% | - |
| HSV(B) | 268.62º | 0.32% | 0.79% | - |
| XYZ | 35.75 | 30.48 | 59.88 | - |
| YUV | 153.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 202 | 0.17 | 0.32 | 0 | 0.21 | 268.62 | 0.38 | 0.66 |
| Hex | A8 | 89 | CA | 11 | 20 | 0 | 15 | 10D | 26 | 42 |
| Octal | 250 | 211 | 312 | 21 | 40 | 0 | 25 | 415 | 46 | 102 |
| Binary | 10101000 | 10001001 | 11001010 | 10001 | 100000 | 0 | 10101 | 100001101 | 100110 | 1000010 |
Color Harmonies of #A889CA
Complementary color
Monochromatic Colors of #A889CA
Black with #A889CA
Text Example
Text Example
White with #A889CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889CA; }
p { color: rgb(168,137,202); }
H1.HeaderClassName
{
color: #A889CA;
}
.AnyTagClassName
{
color: #A889CA;
}
</style>
background-color css
<style>
a { background-color: #A889CA; }
a { background-color: rgb(168,137,202); }
div.DivClassName
{
background-color: #A889CA;
}
.BgClassName
{
background-color: #A889CA;
}
</style>
border-color css
<style>
span { border-color: #A889CA; }
span { border-color: rgb(168,137,202); }
td.TdClassName
{
border-color: #A889CA;
}
.TagClassName
{
border-color: #A889CA;
}
</style>