Shades of Cold Purple #A28CBF
Tints of Cold Purple #A28CBF
RGB
CMYK
RGB Variations
Color information
#A28CBF (or 0xA28CBF) is known color: Cold Purple. HEX triplet: A2, 8C and BF. RGB value is (162,140,191). Sum of RGB (Red+Green+Blue) = 162+140+191=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #A28CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBF is #5D7340. Grayscale: #989898. Windows color (decimal): -6124353 or 12553378. OLE color: 12553378.
HSL color Cylindrical-coordinate representation of color #A28CBF: hue angle of 265.88º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28CBF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 140 | 191 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.25 |
| HSL | 265.88º | 0.28% | 0.65% | - |
| HSV(B) | 265.88º | 0.27% | 0.75% | - |
| XYZ | 33.68 | 30.2 | 53.34 | - |
| YUV | 152.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 191 | 0.15 | 0.27 | 0 | 0.25 | 265.88 | 0.28 | 0.65 |
| Hex | A2 | 8C | BF | F | 1B | 0 | 19 | 10A | 1C | 41 |
| Octal | 242 | 214 | 277 | 17 | 33 | 0 | 31 | 412 | 34 | 101 |
| Binary | 10100010 | 10001100 | 10111111 | 1111 | 11011 | 0 | 11001 | 100001010 | 11100 | 1000001 |
Color Harmonies of #A28CBF
Complementary color
Monochromatic Colors of #A28CBF
Black with #A28CBF
Text Example
Text Example
White with #A28CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CBF; }
p { color: rgb(162,140,191); }
H1.HeaderClassName
{
color: #A28CBF;
}
.AnyTagClassName
{
color: #A28CBF;
}
</style>
background-color css
<style>
a { background-color: #A28CBF; }
a { background-color: rgb(162,140,191); }
div.DivClassName
{
background-color: #A28CBF;
}
.BgClassName
{
background-color: #A28CBF;
}
</style>
border-color css
<style>
span { border-color: #A28CBF; }
span { border-color: rgb(162,140,191); }
td.TdClassName
{
border-color: #A28CBF;
}
.TagClassName
{
border-color: #A28CBF;
}
</style>