Shades of Cold Purple #A290C3
Tints of Cold Purple #A290C3
RGB
CMYK
RGB Variations
Color information
#A290C3 (or 0xA290C3) is known color: Cold Purple. HEX triplet: A2, 90 and C3. RGB value is (162,144,195). Sum of RGB (Red+Green+Blue) = 162+144+195=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #A290C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290C3 is #5D6F3C. Grayscale: #9B9B9B. Windows color (decimal): -6123325 or 12816546. OLE color: 12816546.
HSL color Cylindrical-coordinate representation of color #A290C3: hue angle of 261.18º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A290C3 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 162 | 144 | 195 | - |
CMYK | 0.17 | 0.26 | 0 | 0.24 |
HSL | 261.18º | 0.3% | 0.66% | - |
HSV(B) | 261.18º | 0.26% | 0.76% | - |
XYZ | 34.72 | 31.57 | 55.89 | - |
YUV | 155.2 | 150.46 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 144 | 195 | 0.17 | 0.26 | 0 | 0.24 | 261.18 | 0.3 | 0.66 |
Hex | A2 | 90 | C3 | 11 | 1A | 0 | 18 | 105 | 1E | 42 |
Octal | 242 | 220 | 303 | 21 | 32 | 0 | 30 | 405 | 36 | 102 |
Binary | 10100010 | 10010000 | 11000011 | 10001 | 11010 | 0 | 11000 | 100000101 | 11110 | 1000010 |
Color Harmonies of #A290C3
Complementary color
Monochromatic Colors of #A290C3
Black with #A290C3
Text Example
Text Example
White with #A290C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290C3; }
p { color: rgb(162,144,195); }
H1.HeaderClassName
{
color: #A290C3;
}
.AnyTagClassName
{
color: #A290C3;
}
</style>
background-color css
<style>
a { background-color: #A290C3; }
a { background-color: rgb(162,144,195); }
div.DivClassName
{
background-color: #A290C3;
}
.BgClassName
{
background-color: #A290C3;
}
</style>
border-color css
<style>
span { border-color: #A290C3; }
span { border-color: rgb(162,144,195); }
td.TdClassName
{
border-color: #A290C3;
}
.TagClassName
{
border-color: #A290C3;
}
</style>