Shades of Cold Purple #A28ACE
Tints of Cold Purple #A28ACE
RGB
CMYK
RGB Variations
Color information
#A28ACE (or 0xA28ACE) is known color: Cold Purple. HEX triplet: A2, 8A and CE. RGB value is (162,138,206). Sum of RGB (Red+Green+Blue) = 162+138+206=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A28ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACE is #5D7531. Grayscale: #989898. Windows color (decimal): -6124850 or 13535906. OLE color: 13535906.
HSL color Cylindrical-coordinate representation of color #A28ACE: hue angle of 261.18º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28ACE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 138 | 206 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.19 |
| HSL | 261.18º | 0.41% | 0.67% | - |
| HSV(B) | 261.18º | 0.33% | 0.81% | - |
| XYZ | 35.13 | 30.31 | 62.39 | - |
| YUV | 152.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 206 | 0.21 | 0.33 | 0 | 0.19 | 261.18 | 0.41 | 0.67 |
| Hex | A2 | 8A | CE | 15 | 21 | 0 | 13 | 105 | 29 | 43 |
| Octal | 242 | 212 | 316 | 25 | 41 | 0 | 23 | 405 | 51 | 103 |
| Binary | 10100010 | 10001010 | 11001110 | 10101 | 100001 | 0 | 10011 | 100000101 | 101001 | 1000011 |
Color Harmonies of #A28ACE
Complementary color
Monochromatic Colors of #A28ACE
Black with #A28ACE
Text Example
Text Example
White with #A28ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ACE; }
p { color: rgb(162,138,206); }
H1.HeaderClassName
{
color: #A28ACE;
}
.AnyTagClassName
{
color: #A28ACE;
}
</style>
background-color css
<style>
a { background-color: #A28ACE; }
a { background-color: rgb(162,138,206); }
div.DivClassName
{
background-color: #A28ACE;
}
.BgClassName
{
background-color: #A28ACE;
}
</style>
border-color css
<style>
span { border-color: #A28ACE; }
span { border-color: rgb(162,138,206); }
td.TdClassName
{
border-color: #A28ACE;
}
.TagClassName
{
border-color: #A28ACE;
}
</style>