Shades of Cold Purple #A28BCB
Tints of Cold Purple #A28BCB
RGB
CMYK
RGB Variations
Color information
#A28BCB (or 0xA28BCB) is known color: Cold Purple. HEX triplet: A2, 8B and CB. RGB value is (162,139,203). Sum of RGB (Red+Green+Blue) = 162+139+203=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A28BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BCB is #5D7434. Grayscale: #989898. Windows color (decimal): -6124597 or 13339554. OLE color: 13339554.
HSL color Cylindrical-coordinate representation of color #A28BCB: hue angle of 261.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28BCB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 139 | 203 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.20 |
| HSL | 261.56º | 0.38% | 0.67% | - |
| HSV(B) | 261.56º | 0.32% | 0.8% | - |
| XYZ | 34.91 | 30.46 | 60.54 | - |
| YUV | 153.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 203 | 0.20 | 0.32 | 0 | 0.20 | 261.56 | 0.38 | 0.67 |
| Hex | A2 | 8B | CB | 14 | 20 | 0 | 14 | 106 | 26 | 43 |
| Octal | 242 | 213 | 313 | 24 | 40 | 0 | 24 | 406 | 46 | 103 |
| Binary | 10100010 | 10001011 | 11001011 | 10100 | 100000 | 0 | 10100 | 100000110 | 100110 | 1000011 |
Color Harmonies of #A28BCB
Complementary color
Monochromatic Colors of #A28BCB
Black with #A28BCB
Text Example
Text Example
White with #A28BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BCB; }
p { color: rgb(162,139,203); }
H1.HeaderClassName
{
color: #A28BCB;
}
.AnyTagClassName
{
color: #A28BCB;
}
</style>
background-color css
<style>
a { background-color: #A28BCB; }
a { background-color: rgb(162,139,203); }
div.DivClassName
{
background-color: #A28BCB;
}
.BgClassName
{
background-color: #A28BCB;
}
</style>
border-color css
<style>
span { border-color: #A28BCB; }
span { border-color: rgb(162,139,203); }
td.TdClassName
{
border-color: #A28BCB;
}
.TagClassName
{
border-color: #A28BCB;
}
</style>