Shades of Cold Purple #A28CBC
Tints of Cold Purple #A28CBC
RGB
CMYK
RGB Variations
Color information
#A28CBC (or 0xA28CBC) is known color: Cold Purple. HEX triplet: A2, 8C and BC. RGB value is (162,140,188). Sum of RGB (Red+Green+Blue) = 162+140+188=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBC is #5D7343. Grayscale: #979797. Windows color (decimal): -6124356 or 12356770. OLE color: 12356770.
HSL color Cylindrical-coordinate representation of color #A28CBC: hue angle of 267.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A28CBC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 140 | 188 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.26 |
| HSL | 267.5º | 0.26% | 0.64% | - |
| HSV(B) | 267.5º | 0.26% | 0.74% | - |
| XYZ | 33.36 | 30.07 | 51.62 | - |
| YUV | 152.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 188 | 0.14 | 0.26 | 0 | 0.26 | 267.5 | 0.26 | 0.64 |
| Hex | A2 | 8C | BC | E | 1A | 0 | 1A | 10C | 1A | 40 |
| Octal | 242 | 214 | 274 | 16 | 32 | 0 | 32 | 414 | 32 | 100 |
| Binary | 10100010 | 10001100 | 10111100 | 1110 | 11010 | 0 | 11010 | 100001100 | 11010 | 1000000 |
Color Harmonies of #A28CBC
Complementary color
Monochromatic Colors of #A28CBC
Black with #A28CBC
Text Example
Text Example
White with #A28CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CBC; }
p { color: rgb(162,140,188); }
H1.HeaderClassName
{
color: #A28CBC;
}
.AnyTagClassName
{
color: #A28CBC;
}
</style>
background-color css
<style>
a { background-color: #A28CBC; }
a { background-color: rgb(162,140,188); }
div.DivClassName
{
background-color: #A28CBC;
}
.BgClassName
{
background-color: #A28CBC;
}
</style>
border-color css
<style>
span { border-color: #A28CBC; }
span { border-color: rgb(162,140,188); }
td.TdClassName
{
border-color: #A28CBC;
}
.TagClassName
{
border-color: #A28CBC;
}
</style>