Shades of Cold Purple #A285C5
Tints of Cold Purple #A285C5
RGB
CMYK
RGB Variations
Color information
#A285C5 (or 0xA285C5) is known color: Cold Purple. HEX triplet: A2, 85 and C5. RGB value is (162,133,197). Sum of RGB (Red+Green+Blue) = 162+133+197=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #A285C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285C5 is #5D7A3A. Grayscale: #949494. Windows color (decimal): -6126139 or 12944802. OLE color: 12944802.
HSL color Cylindrical-coordinate representation of color #A285C5: hue angle of 267.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A285C5 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 133 | 197 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.23 |
| HSL | 267.19º | 0.36% | 0.65% | - |
| HSV(B) | 267.19º | 0.32% | 0.77% | - |
| XYZ | 33.37 | 28.49 | 56.56 | - |
| YUV | 148.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 197 | 0.18 | 0.32 | 0 | 0.23 | 267.19 | 0.36 | 0.65 |
| Hex | A2 | 85 | C5 | 12 | 20 | 0 | 17 | 10B | 24 | 41 |
| Octal | 242 | 205 | 305 | 22 | 40 | 0 | 27 | 413 | 44 | 101 |
| Binary | 10100010 | 10000101 | 11000101 | 10010 | 100000 | 0 | 10111 | 100001011 | 100100 | 1000001 |
Color Harmonies of #A285C5
Complementary color
Monochromatic Colors of #A285C5
Black with #A285C5
Text Example
Text Example
White with #A285C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285C5; }
p { color: rgb(162,133,197); }
H1.HeaderClassName
{
color: #A285C5;
}
.AnyTagClassName
{
color: #A285C5;
}
</style>
background-color css
<style>
a { background-color: #A285C5; }
a { background-color: rgb(162,133,197); }
div.DivClassName
{
background-color: #A285C5;
}
.BgClassName
{
background-color: #A285C5;
}
</style>
border-color css
<style>
span { border-color: #A285C5; }
span { border-color: rgb(162,133,197); }
td.TdClassName
{
border-color: #A285C5;
}
.TagClassName
{
border-color: #A285C5;
}
</style>