Shades of Cold Purple #A590BD
Tints of Cold Purple #A590BD
RGB
CMYK
RGB Variations
Color information
#A590BD (or 0xA590BD) is known color: Cold Purple. HEX triplet: A5, 90 and BD. RGB value is (165,144,189). Sum of RGB (Red+Green+Blue) = 165+144+189=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #A590BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BD is #5A6F42. Grayscale: #9B9B9B. Windows color (decimal): -5926723 or 12423333. OLE color: 12423333.
HSL color Cylindrical-coordinate representation of color #A590BD: hue angle of 268º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A590BD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 144 | 189 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.26 |
| HSL | 268º | 0.25% | 0.65% | - |
| HSV(B) | 268º | 0.24% | 0.74% | - |
| XYZ | 34.68 | 31.62 | 52.42 | - |
| YUV | 155.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 189 | 0.13 | 0.24 | 0 | 0.26 | 268 | 0.25 | 0.65 |
| Hex | A5 | 90 | BD | D | 18 | 0 | 1A | 10C | 19 | 41 |
| Octal | 245 | 220 | 275 | 15 | 30 | 0 | 32 | 414 | 31 | 101 |
| Binary | 10100101 | 10010000 | 10111101 | 1101 | 11000 | 0 | 11010 | 100001100 | 11001 | 1000001 |
Color Harmonies of #A590BD
Complementary color
Monochromatic Colors of #A590BD
Black with #A590BD
Text Example
Text Example
White with #A590BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A590BD; }
p { color: rgb(165,144,189); }
H1.HeaderClassName
{
color: #A590BD;
}
.AnyTagClassName
{
color: #A590BD;
}
</style>
background-color css
<style>
a { background-color: #A590BD; }
a { background-color: rgb(165,144,189); }
div.DivClassName
{
background-color: #A590BD;
}
.BgClassName
{
background-color: #A590BD;
}
</style>
border-color css
<style>
span { border-color: #A590BD; }
span { border-color: rgb(165,144,189); }
td.TdClassName
{
border-color: #A590BD;
}
.TagClassName
{
border-color: #A590BD;
}
</style>