Shades of Cold Purple #A293BD
Tints of Cold Purple #A293BD
RGB
CMYK
RGB Variations
Color information
#A293BD (or 0xA293BD) is known color: Cold Purple. HEX triplet: A2, 93 and BD. RGB value is (162,147,189). Sum of RGB (Red+Green+Blue) = 162+147+189=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 147 (57.81% from 255 or 29.52% 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 #A293BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293BD is #5D6C42. Grayscale: #9C9C9C. Windows color (decimal): -6122563 or 12424098. OLE color: 12424098.
HSL color Cylindrical-coordinate representation of color #A293BD: hue angle of 261.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A293BD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 147 | 189 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.26 |
| HSL | 261.43º | 0.24% | 0.66% | - |
| HSV(B) | 261.43º | 0.22% | 0.74% | - |
| XYZ | 34.52 | 32.22 | 52.54 | - |
| YUV | 156.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 189 | 0.14 | 0.22 | 0 | 0.26 | 261.43 | 0.24 | 0.66 |
| Hex | A2 | 93 | BD | E | 16 | 0 | 1A | 105 | 18 | 42 |
| Octal | 242 | 223 | 275 | 16 | 26 | 0 | 32 | 405 | 30 | 102 |
| Binary | 10100010 | 10010011 | 10111101 | 1110 | 10110 | 0 | 11010 | 100000101 | 11000 | 1000010 |
Color Harmonies of #A293BD
Complementary color
Monochromatic Colors of #A293BD
Black with #A293BD
Text Example
Text Example
White with #A293BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293BD; }
p { color: rgb(162,147,189); }
H1.HeaderClassName
{
color: #A293BD;
}
.AnyTagClassName
{
color: #A293BD;
}
</style>
background-color css
<style>
a { background-color: #A293BD; }
a { background-color: rgb(162,147,189); }
div.DivClassName
{
background-color: #A293BD;
}
.BgClassName
{
background-color: #A293BD;
}
</style>
border-color css
<style>
span { border-color: #A293BD; }
span { border-color: rgb(162,147,189); }
td.TdClassName
{
border-color: #A293BD;
}
.TagClassName
{
border-color: #A293BD;
}
</style>