Shades of Cold Purple #A28BC0
Tints of Cold Purple #A28BC0
RGB
CMYK
RGB Variations
Color information
#A28BC0 (or 0xA28BC0) is known color: Cold Purple. HEX triplet: A2, 8B and C0. RGB value is (162,139,192). Sum of RGB (Red+Green+Blue) = 162+139+192=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #A28BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BC0 is #5D743F. Grayscale: #979797. Windows color (decimal): -6124608 or 12618658. OLE color: 12618658.
HSL color Cylindrical-coordinate representation of color #A28BC0: hue angle of 266.04º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A28BC0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 139 | 192 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.25 |
| HSL | 266.04º | 0.3% | 0.65% | - |
| HSV(B) | 266.04º | 0.28% | 0.75% | - |
| XYZ | 33.65 | 29.95 | 53.88 | - |
| YUV | 151.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 192 | 0.16 | 0.28 | 0 | 0.25 | 266.04 | 0.3 | 0.65 |
| Hex | A2 | 8B | C0 | 10 | 1C | 0 | 19 | 10A | 1E | 41 |
| Octal | 242 | 213 | 300 | 20 | 34 | 0 | 31 | 412 | 36 | 101 |
| Binary | 10100010 | 10001011 | 11000000 | 10000 | 11100 | 0 | 11001 | 100001010 | 11110 | 1000001 |
Color Harmonies of #A28BC0
Complementary color
Monochromatic Colors of #A28BC0
Black with #A28BC0
Text Example
Text Example
White with #A28BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BC0; }
p { color: rgb(162,139,192); }
H1.HeaderClassName
{
color: #A28BC0;
}
.AnyTagClassName
{
color: #A28BC0;
}
</style>
background-color css
<style>
a { background-color: #A28BC0; }
a { background-color: rgb(162,139,192); }
div.DivClassName
{
background-color: #A28BC0;
}
.BgClassName
{
background-color: #A28BC0;
}
</style>
border-color css
<style>
span { border-color: #A28BC0; }
span { border-color: rgb(162,139,192); }
td.TdClassName
{
border-color: #A28BC0;
}
.TagClassName
{
border-color: #A28BC0;
}
</style>