Shades of Cold Purple #A28ABC
Tints of Cold Purple #A28ABC
RGB
CMYK
RGB Variations
Color information
#A28ABC (or 0xA28ABC) is known color: Cold Purple. HEX triplet: A2, 8A and BC. RGB value is (162,138,188). Sum of RGB (Red+Green+Blue) = 162+138+188=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ABC is #5D7543. Grayscale: #969696. Windows color (decimal): -6124868 or 12356258. OLE color: 12356258.
HSL color Cylindrical-coordinate representation of color #A28ABC: hue angle of 268.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28ABC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 138 | 188 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.26 |
| HSL | 268.8º | 0.27% | 0.64% | - |
| HSV(B) | 268.8º | 0.27% | 0.74% | - |
| XYZ | 33.07 | 29.49 | 51.53 | - |
| YUV | 150.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 188 | 0.14 | 0.27 | 0 | 0.26 | 268.8 | 0.27 | 0.64 |
| Hex | A2 | 8A | BC | E | 1B | 0 | 1A | 10D | 1B | 40 |
| Octal | 242 | 212 | 274 | 16 | 33 | 0 | 32 | 415 | 33 | 100 |
| Binary | 10100010 | 10001010 | 10111100 | 1110 | 11011 | 0 | 11010 | 100001101 | 11011 | 1000000 |
Color Harmonies of #A28ABC
Complementary color
Monochromatic Colors of #A28ABC
Black with #A28ABC
Text Example
Text Example
White with #A28ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ABC; }
p { color: rgb(162,138,188); }
H1.HeaderClassName
{
color: #A28ABC;
}
.AnyTagClassName
{
color: #A28ABC;
}
</style>
background-color css
<style>
a { background-color: #A28ABC; }
a { background-color: rgb(162,138,188); }
div.DivClassName
{
background-color: #A28ABC;
}
.BgClassName
{
background-color: #A28ABC;
}
</style>
border-color css
<style>
span { border-color: #A28ABC; }
span { border-color: rgb(162,138,188); }
td.TdClassName
{
border-color: #A28ABC;
}
.TagClassName
{
border-color: #A28ABC;
}
</style>