Shades of Cold Purple #A28FB8
Tints of Cold Purple #A28FB8
RGB
CMYK
RGB Variations
Color information
#A28FB8 (or 0xA28FB8) is known color: Cold Purple. HEX triplet: A2, 8F and B8. RGB value is (162,143,184). Sum of RGB (Red+Green+Blue) = 162+143+184=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #A28FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FB8 is #5D7047. Grayscale: #999999. Windows color (decimal): -6123592 or 12095394. OLE color: 12095394.
HSL color Cylindrical-coordinate representation of color #A28FB8: hue angle of 267.8º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A28FB8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 143 | 184 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.28 |
| HSL | 267.8º | 0.22% | 0.64% | - |
| HSV(B) | 267.8º | 0.22% | 0.72% | - |
| XYZ | 33.37 | 30.79 | 49.53 | - |
| YUV | 153.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 184 | 0.12 | 0.22 | 0 | 0.28 | 267.8 | 0.22 | 0.64 |
| Hex | A2 | 8F | B8 | C | 16 | 0 | 1C | 10C | 16 | 40 |
| Octal | 242 | 217 | 270 | 14 | 26 | 0 | 34 | 414 | 26 | 100 |
| Binary | 10100010 | 10001111 | 10111000 | 1100 | 10110 | 0 | 11100 | 100001100 | 10110 | 1000000 |
Color Harmonies of #A28FB8
Complementary color
Monochromatic Colors of #A28FB8
Black with #A28FB8
Text Example
Text Example
White with #A28FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FB8; }
p { color: rgb(162,143,184); }
H1.HeaderClassName
{
color: #A28FB8;
}
.AnyTagClassName
{
color: #A28FB8;
}
</style>
background-color css
<style>
a { background-color: #A28FB8; }
a { background-color: rgb(162,143,184); }
div.DivClassName
{
background-color: #A28FB8;
}
.BgClassName
{
background-color: #A28FB8;
}
</style>
border-color css
<style>
span { border-color: #A28FB8; }
span { border-color: rgb(162,143,184); }
td.TdClassName
{
border-color: #A28FB8;
}
.TagClassName
{
border-color: #A28FB8;
}
</style>