Shades of Cold Purple #A28BBA
Tints of Cold Purple #A28BBA
RGB
CMYK
RGB Variations
Color information
#A28BBA (or 0xA28BBA) is known color: Cold Purple. HEX triplet: A2, 8B and BA. RGB value is (162,139,186). Sum of RGB (Red+Green+Blue) = 162+139+186=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #A28BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBA is #5D7445. Grayscale: #979797. Windows color (decimal): -6124614 or 12225442. OLE color: 12225442.
HSL color Cylindrical-coordinate representation of color #A28BBA: hue angle of 269.36º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28BBA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 139 | 186 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.27 |
| HSL | 269.36º | 0.25% | 0.64% | - |
| HSV(B) | 269.36º | 0.25% | 0.73% | - |
| XYZ | 33 | 29.69 | 50.45 | - |
| YUV | 151.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 186 | 0.13 | 0.25 | 0 | 0.27 | 269.36 | 0.25 | 0.64 |
| Hex | A2 | 8B | BA | D | 19 | 0 | 1B | 10D | 19 | 40 |
| Octal | 242 | 213 | 272 | 15 | 31 | 0 | 33 | 415 | 31 | 100 |
| Binary | 10100010 | 10001011 | 10111010 | 1101 | 11001 | 0 | 11011 | 100001101 | 11001 | 1000000 |
Color Harmonies of #A28BBA
Complementary color
Monochromatic Colors of #A28BBA
Black with #A28BBA
Text Example
Text Example
White with #A28BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BBA; }
p { color: rgb(162,139,186); }
H1.HeaderClassName
{
color: #A28BBA;
}
.AnyTagClassName
{
color: #A28BBA;
}
</style>
background-color css
<style>
a { background-color: #A28BBA; }
a { background-color: rgb(162,139,186); }
div.DivClassName
{
background-color: #A28BBA;
}
.BgClassName
{
background-color: #A28BBA;
}
</style>
border-color css
<style>
span { border-color: #A28BBA; }
span { border-color: rgb(162,139,186); }
td.TdClassName
{
border-color: #A28BBA;
}
.TagClassName
{
border-color: #A28BBA;
}
</style>