Shades of Cold Purple #A293B6
Tints of Cold Purple #A293B6
RGB
CMYK
RGB Variations
Color information
#A293B6 (or 0xA293B6) is known color: Cold Purple. HEX triplet: A2, 93 and B6. RGB value is (162,147,182). Sum of RGB (Red+Green+Blue) = 162+147+182=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #A293B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293B6 is #5D6C49. Grayscale: #9B9B9B. Windows color (decimal): -6122570 or 11965346. OLE color: 11965346.
HSL color Cylindrical-coordinate representation of color #A293B6: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A293B6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 147 | 182 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.29 |
| HSL | 265.71º | 0.19% | 0.65% | - |
| HSV(B) | 265.71º | 0.19% | 0.71% | - |
| XYZ | 33.78 | 31.93 | 48.64 | - |
| YUV | 155.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 182 | 0.11 | 0.19 | 0 | 0.29 | 265.71 | 0.19 | 0.65 |
| Hex | A2 | 93 | B6 | B | 13 | 0 | 1D | 10A | 13 | 41 |
| Octal | 242 | 223 | 266 | 13 | 23 | 0 | 35 | 412 | 23 | 101 |
| Binary | 10100010 | 10010011 | 10110110 | 1011 | 10011 | 0 | 11101 | 100001010 | 10011 | 1000001 |
Color Harmonies of #A293B6
Complementary color
Monochromatic Colors of #A293B6
Black with #A293B6
Text Example
Text Example
White with #A293B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293B6; }
p { color: rgb(162,147,182); }
H1.HeaderClassName
{
color: #A293B6;
}
.AnyTagClassName
{
color: #A293B6;
}
</style>
background-color css
<style>
a { background-color: #A293B6; }
a { background-color: rgb(162,147,182); }
div.DivClassName
{
background-color: #A293B6;
}
.BgClassName
{
background-color: #A293B6;
}
</style>
border-color css
<style>
span { border-color: #A293B6; }
span { border-color: rgb(162,147,182); }
td.TdClassName
{
border-color: #A293B6;
}
.TagClassName
{
border-color: #A293B6;
}
</style>