Shades of Cold Purple #A28BBB
Tints of Cold Purple #A28BBB
RGB
CMYK
RGB Variations
Color information
#A28BBB (or 0xA28BBB) is known color: Cold Purple. HEX triplet: A2, 8B and BB. RGB value is (162,139,187). Sum of RGB (Red+Green+Blue) = 162+139+187=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBB is #5D7444. Grayscale: #979797. Windows color (decimal): -6124613 or 12290978. OLE color: 12290978.
HSL color Cylindrical-coordinate representation of color #A28BBB: hue angle of 268.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A28BBB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 139 | 187 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.27 |
| HSL | 268.75º | 0.26% | 0.64% | - |
| HSV(B) | 268.75º | 0.26% | 0.73% | - |
| XYZ | 33.1 | 29.73 | 51.01 | - |
| YUV | 151.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 187 | 0.13 | 0.26 | 0 | 0.27 | 268.75 | 0.26 | 0.64 |
| Hex | A2 | 8B | BB | D | 1A | 0 | 1B | 10D | 1A | 40 |
| Octal | 242 | 213 | 273 | 15 | 32 | 0 | 33 | 415 | 32 | 100 |
| Binary | 10100010 | 10001011 | 10111011 | 1101 | 11010 | 0 | 11011 | 100001101 | 11010 | 1000000 |
Color Harmonies of #A28BBB
Complementary color
Monochromatic Colors of #A28BBB
Black with #A28BBB
Text Example
Text Example
White with #A28BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BBB; }
p { color: rgb(162,139,187); }
H1.HeaderClassName
{
color: #A28BBB;
}
.AnyTagClassName
{
color: #A28BBB;
}
</style>
background-color css
<style>
a { background-color: #A28BBB; }
a { background-color: rgb(162,139,187); }
div.DivClassName
{
background-color: #A28BBB;
}
.BgClassName
{
background-color: #A28BBB;
}
</style>
border-color css
<style>
span { border-color: #A28BBB; }
span { border-color: rgb(162,139,187); }
td.TdClassName
{
border-color: #A28BBB;
}
.TagClassName
{
border-color: #A28BBB;
}
</style>