Shades of Cold Purple #A18ACC
Tints of Cold Purple #A18ACC
RGB
CMYK
RGB Variations
Color information
#A18ACC (or 0xA18ACC) is known color: Cold Purple. HEX triplet: A1, 8A and CC. RGB value is (161,138,204). Sum of RGB (Red+Green+Blue) = 161+138+204=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A18ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ACC is #5E7533. Grayscale: #989898. Windows color (decimal): -6190388 or 13404833. OLE color: 13404833.
HSL color Cylindrical-coordinate representation of color #A18ACC: hue angle of 260.91º degrees, saturation: 0.39, 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 #A18ACC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 138 | 204 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.2 |
| HSL | 260.91º | 0.39% | 0.67% | - |
| HSV(B) | 260.91º | 0.32% | 0.8% | - |
| XYZ | 34.69 | 30.11 | 61.11 | - |
| YUV | 152.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 204 | 0.21 | 0.32 | 0 | 0.2 | 260.91 | 0.39 | 0.67 |
| Hex | A1 | 8A | CC | 15 | 20 | 0 | 14 | 105 | 27 | 43 |
| Octal | 241 | 212 | 314 | 25 | 40 | 0 | 24 | 405 | 47 | 103 |
| Binary | 10100001 | 10001010 | 11001100 | 10101 | 100000 | 0 | 10100 | 100000101 | 100111 | 1000011 |
Color Harmonies of #A18ACC
Complementary color
Monochromatic Colors of #A18ACC
Black with #A18ACC
Text Example
Text Example
White with #A18ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ACC; }
p { color: rgb(161,138,204); }
H1.HeaderClassName
{
color: #A18ACC;
}
.AnyTagClassName
{
color: #A18ACC;
}
</style>
background-color css
<style>
a { background-color: #A18ACC; }
a { background-color: rgb(161,138,204); }
div.DivClassName
{
background-color: #A18ACC;
}
.BgClassName
{
background-color: #A18ACC;
}
</style>
border-color css
<style>
span { border-color: #A18ACC; }
span { border-color: rgb(161,138,204); }
td.TdClassName
{
border-color: #A18ACC;
}
.TagClassName
{
border-color: #A18ACC;
}
</style>