Shades of Cold Purple #A589C9
Tints of Cold Purple #A589C9
RGB
CMYK
RGB Variations
Color information
#A589C9 (or 0xA589C9) is known color: Cold Purple. HEX triplet: A5, 89 and C9. RGB value is (165,137,201). Sum of RGB (Red+Green+Blue) = 165+137+201=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #A589C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589C9 is #5A7636. Grayscale: #989898. Windows color (decimal): -5928503 or 13207973. OLE color: 13207973.
HSL color Cylindrical-coordinate representation of color #A589C9: hue angle of 266.25º degrees, saturation: 0.37, 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 #A589C9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 137 | 201 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.21 |
| HSL | 266.25º | 0.37% | 0.66% | - |
| HSV(B) | 266.25º | 0.32% | 0.79% | - |
| XYZ | 35.01 | 30.11 | 59.22 | - |
| YUV | 152.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 201 | 0.18 | 0.32 | 0 | 0.21 | 266.25 | 0.37 | 0.66 |
| Hex | A5 | 89 | C9 | 12 | 20 | 0 | 15 | 10A | 25 | 42 |
| Octal | 245 | 211 | 311 | 22 | 40 | 0 | 25 | 412 | 45 | 102 |
| Binary | 10100101 | 10001001 | 11001001 | 10010 | 100000 | 0 | 10101 | 100001010 | 100101 | 1000010 |
Color Harmonies of #A589C9
Complementary color
Monochromatic Colors of #A589C9
Black with #A589C9
Text Example
Text Example
White with #A589C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589C9; }
p { color: rgb(165,137,201); }
H1.HeaderClassName
{
color: #A589C9;
}
.AnyTagClassName
{
color: #A589C9;
}
</style>
background-color css
<style>
a { background-color: #A589C9; }
a { background-color: rgb(165,137,201); }
div.DivClassName
{
background-color: #A589C9;
}
.BgClassName
{
background-color: #A589C9;
}
</style>
border-color css
<style>
span { border-color: #A589C9; }
span { border-color: rgb(165,137,201); }
td.TdClassName
{
border-color: #A589C9;
}
.TagClassName
{
border-color: #A589C9;
}
</style>