Shades of Cold Purple #A581C9
Tints of Cold Purple #A581C9
RGB
CMYK
RGB Variations
Color information
#A581C9 (or 0xA581C9) is known color: Cold Purple. HEX triplet: A5, 81 and C9. RGB value is (165,129,201). Sum of RGB (Red+Green+Blue) = 165+129+201=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #A581C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581C9 is #5A7E36. Grayscale: #939393. Windows color (decimal): -5930551 or 13205925. OLE color: 13205925.
HSL color Cylindrical-coordinate representation of color #A581C9: hue angle of 270º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A581C9 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 129 | 201 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.21 |
| HSL | 270º | 0.4% | 0.65% | - |
| HSV(B) | 270º | 0.36% | 0.79% | - |
| XYZ | 33.91 | 27.92 | 58.86 | - |
| YUV | 147.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 201 | 0.18 | 0.36 | 0 | 0.21 | 270 | 0.4 | 0.65 |
| Hex | A5 | 81 | C9 | 12 | 24 | 0 | 15 | 10E | 28 | 41 |
| Octal | 245 | 201 | 311 | 22 | 44 | 0 | 25 | 416 | 50 | 101 |
| Binary | 10100101 | 10000001 | 11001001 | 10010 | 100100 | 0 | 10101 | 100001110 | 101000 | 1000001 |
Color Harmonies of #A581C9
Complementary color
Monochromatic Colors of #A581C9
Black with #A581C9
Text Example
Text Example
White with #A581C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A581C9; }
p { color: rgb(165,129,201); }
H1.HeaderClassName
{
color: #A581C9;
}
.AnyTagClassName
{
color: #A581C9;
}
</style>
background-color css
<style>
a { background-color: #A581C9; }
a { background-color: rgb(165,129,201); }
div.DivClassName
{
background-color: #A581C9;
}
.BgClassName
{
background-color: #A581C9;
}
</style>
border-color css
<style>
span { border-color: #A581C9; }
span { border-color: rgb(165,129,201); }
td.TdClassName
{
border-color: #A581C9;
}
.TagClassName
{
border-color: #A581C9;
}
</style>