Shades of Cold Purple #A293C6
Tints of Cold Purple #A293C6
RGB
CMYK
RGB Variations
Color information
#A293C6 (or 0xA293C6) is known color: Cold Purple. HEX triplet: A2, 93 and C6. RGB value is (162,147,198). Sum of RGB (Red+Green+Blue) = 162+147+198=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #A293C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293C6 is #5D6C39. Grayscale: #9D9D9D. Windows color (decimal): -6122554 or 13013922. OLE color: 13013922.
HSL color Cylindrical-coordinate representation of color #A293C6: hue angle of 257.65º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A293C6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 147 | 198 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.22 |
| HSL | 257.65º | 0.31% | 0.68% | - |
| HSV(B) | 257.65º | 0.26% | 0.78% | - |
| XYZ | 35.53 | 32.63 | 57.85 | - |
| YUV | 157.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 198 | 0.18 | 0.26 | 0 | 0.22 | 257.65 | 0.31 | 0.68 |
| Hex | A2 | 93 | C6 | 12 | 1A | 0 | 16 | 102 | 1F | 44 |
| Octal | 242 | 223 | 306 | 22 | 32 | 0 | 26 | 402 | 37 | 104 |
| Binary | 10100010 | 10010011 | 11000110 | 10010 | 11010 | 0 | 10110 | 100000010 | 11111 | 1000100 |
Color Harmonies of #A293C6
Complementary color
Monochromatic Colors of #A293C6
Black with #A293C6
Text Example
Text Example
White with #A293C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293C6; }
p { color: rgb(162,147,198); }
H1.HeaderClassName
{
color: #A293C6;
}
.AnyTagClassName
{
color: #A293C6;
}
</style>
background-color css
<style>
a { background-color: #A293C6; }
a { background-color: rgb(162,147,198); }
div.DivClassName
{
background-color: #A293C6;
}
.BgClassName
{
background-color: #A293C6;
}
</style>
border-color css
<style>
span { border-color: #A293C6; }
span { border-color: rgb(162,147,198); }
td.TdClassName
{
border-color: #A293C6;
}
.TagClassName
{
border-color: #A293C6;
}
</style>