Shades of Cold Purple #A18ACE
Tints of Cold Purple #A18ACE
RGB
CMYK
RGB Variations
Color information
#A18ACE (or 0xA18ACE) is known color: Cold Purple. HEX triplet: A1, 8A and CE. RGB value is (161,138,206). Sum of RGB (Red+Green+Blue) = 161+138+206=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A18ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ACE is #5E7531. Grayscale: #989898. Windows color (decimal): -6190386 or 13535905. OLE color: 13535905.
HSL color Cylindrical-coordinate representation of color #A18ACE: hue angle of 260.29º 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 #A18ACE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 138 | 206 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.19 |
| HSL | 260.29º | 0.41% | 0.67% | - |
| HSV(B) | 260.29º | 0.33% | 0.81% | - |
| XYZ | 34.93 | 30.21 | 62.38 | - |
| YUV | 152.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 206 | 0.22 | 0.33 | 0 | 0.19 | 260.29 | 0.41 | 0.67 |
| Hex | A1 | 8A | CE | 16 | 21 | 0 | 13 | 104 | 29 | 43 |
| Octal | 241 | 212 | 316 | 26 | 41 | 0 | 23 | 404 | 51 | 103 |
| Binary | 10100001 | 10001010 | 11001110 | 10110 | 100001 | 0 | 10011 | 100000100 | 101001 | 1000011 |
Color Harmonies of #A18ACE
Complementary color
Monochromatic Colors of #A18ACE
Black with #A18ACE
Text Example
Text Example
White with #A18ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ACE; }
p { color: rgb(161,138,206); }
H1.HeaderClassName
{
color: #A18ACE;
}
.AnyTagClassName
{
color: #A18ACE;
}
</style>
background-color css
<style>
a { background-color: #A18ACE; }
a { background-color: rgb(161,138,206); }
div.DivClassName
{
background-color: #A18ACE;
}
.BgClassName
{
background-color: #A18ACE;
}
</style>
border-color css
<style>
span { border-color: #A18ACE; }
span { border-color: rgb(161,138,206); }
td.TdClassName
{
border-color: #A18ACE;
}
.TagClassName
{
border-color: #A18ACE;
}
</style>