Shades of Cold Purple #A285CC
Tints of Cold Purple #A285CC
RGB
CMYK
RGB Variations
Color information
#A285CC (or 0xA285CC) is known color: Cold Purple. HEX triplet: A2, 85 and CC. RGB value is (162,133,204). Sum of RGB (Red+Green+Blue) = 162+133+204=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A285CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CC is #5D7A33. Grayscale: #959595. Windows color (decimal): -6126132 or 13403554. OLE color: 13403554.
HSL color Cylindrical-coordinate representation of color #A285CC: hue angle of 264.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A285CC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 133 | 204 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.2 |
| HSL | 264.51º | 0.41% | 0.66% | - |
| HSV(B) | 264.51º | 0.35% | 0.8% | - |
| XYZ | 34.19 | 28.82 | 60.89 | - |
| YUV | 149.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 204 | 0.21 | 0.35 | 0 | 0.2 | 264.51 | 0.41 | 0.66 |
| Hex | A2 | 85 | CC | 15 | 23 | 0 | 14 | 109 | 29 | 42 |
| Octal | 242 | 205 | 314 | 25 | 43 | 0 | 24 | 411 | 51 | 102 |
| Binary | 10100010 | 10000101 | 11001100 | 10101 | 100011 | 0 | 10100 | 100001001 | 101001 | 1000010 |
Color Harmonies of #A285CC
Complementary color
Monochromatic Colors of #A285CC
Black with #A285CC
Text Example
Text Example
White with #A285CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285CC; }
p { color: rgb(162,133,204); }
H1.HeaderClassName
{
color: #A285CC;
}
.AnyTagClassName
{
color: #A285CC;
}
</style>
background-color css
<style>
a { background-color: #A285CC; }
a { background-color: rgb(162,133,204); }
div.DivClassName
{
background-color: #A285CC;
}
.BgClassName
{
background-color: #A285CC;
}
</style>
border-color css
<style>
span { border-color: #A285CC; }
span { border-color: rgb(162,133,204); }
td.TdClassName
{
border-color: #A285CC;
}
.TagClassName
{
border-color: #A285CC;
}
</style>