Shades of Cold Purple #A592BD
Tints of Cold Purple #A592BD
RGB
CMYK
RGB Variations
Color information
#A592BD (or 0xA592BD) is known color: Cold Purple. HEX triplet: A5, 92 and BD. RGB value is (165,146,189). Sum of RGB (Red+Green+Blue) = 165+146+189=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #A592BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592BD is #5A6D42. Grayscale: #9C9C9C. Windows color (decimal): -5926211 or 12423845. OLE color: 12423845.
HSL color Cylindrical-coordinate representation of color #A592BD: hue angle of 266.51º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A592BD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 146 | 189 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.26 |
| HSL | 266.51º | 0.25% | 0.66% | - |
| HSV(B) | 266.51º | 0.23% | 0.74% | - |
| XYZ | 34.98 | 32.23 | 52.52 | - |
| YUV | 156.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 189 | 0.13 | 0.23 | 0 | 0.26 | 266.51 | 0.25 | 0.66 |
| Hex | A5 | 92 | BD | D | 17 | 0 | 1A | 10B | 19 | 42 |
| Octal | 245 | 222 | 275 | 15 | 27 | 0 | 32 | 413 | 31 | 102 |
| Binary | 10100101 | 10010010 | 10111101 | 1101 | 10111 | 0 | 11010 | 100001011 | 11001 | 1000010 |
Color Harmonies of #A592BD
Complementary color
Monochromatic Colors of #A592BD
Black with #A592BD
Text Example
Text Example
White with #A592BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592BD; }
p { color: rgb(165,146,189); }
H1.HeaderClassName
{
color: #A592BD;
}
.AnyTagClassName
{
color: #A592BD;
}
</style>
background-color css
<style>
a { background-color: #A592BD; }
a { background-color: rgb(165,146,189); }
div.DivClassName
{
background-color: #A592BD;
}
.BgClassName
{
background-color: #A592BD;
}
</style>
border-color css
<style>
span { border-color: #A592BD; }
span { border-color: rgb(165,146,189); }
td.TdClassName
{
border-color: #A592BD;
}
.TagClassName
{
border-color: #A592BD;
}
</style>