Shades of Cold Purple #A285CE
Tints of Cold Purple #A285CE
RGB
CMYK
RGB Variations
Color information
#A285CE (or 0xA285CE) is known color: Cold Purple. HEX triplet: A2, 85 and CE. RGB value is (162,133,206). Sum of RGB (Red+Green+Blue) = 162+133+206=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A285CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CE is #5D7A31. Grayscale: #959595. Windows color (decimal): -6126130 or 13534626. OLE color: 13534626.
HSL color Cylindrical-coordinate representation of color #A285CE: hue angle of 263.84º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A285CE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 133 | 206 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.19 |
| HSL | 263.84º | 0.43% | 0.66% | - |
| HSV(B) | 263.84º | 0.35% | 0.81% | - |
| XYZ | 34.43 | 28.91 | 62.16 | - |
| YUV | 149.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 206 | 0.21 | 0.35 | 0 | 0.19 | 263.84 | 0.43 | 0.66 |
| Hex | A2 | 85 | CE | 15 | 23 | 0 | 13 | 108 | 2B | 42 |
| Octal | 242 | 205 | 316 | 25 | 43 | 0 | 23 | 410 | 53 | 102 |
| Binary | 10100010 | 10000101 | 11001110 | 10101 | 100011 | 0 | 10011 | 100001000 | 101011 | 1000010 |
Color Harmonies of #A285CE
Complementary color
Monochromatic Colors of #A285CE
Black with #A285CE
Text Example
Text Example
White with #A285CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285CE; }
p { color: rgb(162,133,206); }
H1.HeaderClassName
{
color: #A285CE;
}
.AnyTagClassName
{
color: #A285CE;
}
</style>
background-color css
<style>
a { background-color: #A285CE; }
a { background-color: rgb(162,133,206); }
div.DivClassName
{
background-color: #A285CE;
}
.BgClassName
{
background-color: #A285CE;
}
</style>
border-color css
<style>
span { border-color: #A285CE; }
span { border-color: rgb(162,133,206); }
td.TdClassName
{
border-color: #A285CE;
}
.TagClassName
{
border-color: #A285CE;
}
</style>