Shades of Cold Purple #A18ACB
Tints of Cold Purple #A18ACB
RGB
CMYK
RGB Variations
Color information
#A18ACB (or 0xA18ACB) is known color: Cold Purple. HEX triplet: A1, 8A and CB. RGB value is (161,138,203). Sum of RGB (Red+Green+Blue) = 161+138+203=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ACB is #5E7534. Grayscale: #989898. Windows color (decimal): -6190389 or 13339297. OLE color: 13339297.
HSL color Cylindrical-coordinate representation of color #A18ACB: hue angle of 261.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18ACB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 138 | 203 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.20 |
| HSL | 261.23º | 0.38% | 0.67% | - |
| HSV(B) | 261.23º | 0.32% | 0.8% | - |
| XYZ | 34.57 | 30.07 | 60.48 | - |
| YUV | 152.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 203 | 0.21 | 0.32 | 0 | 0.20 | 261.23 | 0.38 | 0.67 |
| Hex | A1 | 8A | CB | 15 | 20 | 0 | 14 | 105 | 26 | 43 |
| Octal | 241 | 212 | 313 | 25 | 40 | 0 | 24 | 405 | 46 | 103 |
| Binary | 10100001 | 10001010 | 11001011 | 10101 | 100000 | 0 | 10100 | 100000101 | 100110 | 1000011 |
Color Harmonies of #A18ACB
Complementary color
Monochromatic Colors of #A18ACB
Black with #A18ACB
Text Example
Text Example
White with #A18ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ACB; }
p { color: rgb(161,138,203); }
H1.HeaderClassName
{
color: #A18ACB;
}
.AnyTagClassName
{
color: #A18ACB;
}
</style>
background-color css
<style>
a { background-color: #A18ACB; }
a { background-color: rgb(161,138,203); }
div.DivClassName
{
background-color: #A18ACB;
}
.BgClassName
{
background-color: #A18ACB;
}
</style>
border-color css
<style>
span { border-color: #A18ACB; }
span { border-color: rgb(161,138,203); }
td.TdClassName
{
border-color: #A18ACB;
}
.TagClassName
{
border-color: #A18ACB;
}
</style>