Shades of Cold Purple #A285C9
Tints of Cold Purple #A285C9
RGB
CMYK
RGB Variations
Color information
#A285C9 (or 0xA285C9) is known color: Cold Purple. HEX triplet: A2, 85 and C9. RGB value is (162,133,201). Sum of RGB (Red+Green+Blue) = 162+133+201=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #A285C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285C9 is #5D7A36. Grayscale: #959595. Windows color (decimal): -6126135 or 13206946. OLE color: 13206946.
HSL color Cylindrical-coordinate representation of color #A285C9: hue angle of 265.59º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A285C9 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 133 | 201 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.21 |
| HSL | 265.59º | 0.39% | 0.65% | - |
| HSV(B) | 265.59º | 0.34% | 0.79% | - |
| XYZ | 33.83 | 28.67 | 59.01 | - |
| YUV | 149.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 201 | 0.19 | 0.34 | 0 | 0.21 | 265.59 | 0.39 | 0.65 |
| Hex | A2 | 85 | C9 | 13 | 22 | 0 | 15 | 10A | 27 | 41 |
| Octal | 242 | 205 | 311 | 23 | 42 | 0 | 25 | 412 | 47 | 101 |
| Binary | 10100010 | 10000101 | 11001001 | 10011 | 100010 | 0 | 10101 | 100001010 | 100111 | 1000001 |
Color Harmonies of #A285C9
Complementary color
Monochromatic Colors of #A285C9
Black with #A285C9
Text Example
Text Example
White with #A285C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285C9; }
p { color: rgb(162,133,201); }
H1.HeaderClassName
{
color: #A285C9;
}
.AnyTagClassName
{
color: #A285C9;
}
</style>
background-color css
<style>
a { background-color: #A285C9; }
a { background-color: rgb(162,133,201); }
div.DivClassName
{
background-color: #A285C9;
}
.BgClassName
{
background-color: #A285C9;
}
</style>
border-color css
<style>
span { border-color: #A285C9; }
span { border-color: rgb(162,133,201); }
td.TdClassName
{
border-color: #A285C9;
}
.TagClassName
{
border-color: #A285C9;
}
</style>