Shades of Cold Purple #A18EB6
Tints of Cold Purple #A18EB6
RGB
CMYK
RGB Variations
Color information
#A18EB6 (or 0xA18EB6) is known color: Cold Purple. HEX triplet: A1, 8E and B6. RGB value is (161,142,182). Sum of RGB (Red+Green+Blue) = 161+142+182=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #A18EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EB6 is #5E7149. Grayscale: #989898. Windows color (decimal): -6189386 or 11964065. OLE color: 11964065.
HSL color Cylindrical-coordinate representation of color #A18EB6: hue angle of 268.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A18EB6 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 142 | 182 | - |
CMYK | 0.12 | 0.22 | 0 | 0.29 |
HSL | 268.5º | 0.22% | 0.64% | - |
HSV(B) | 268.5º | 0.22% | 0.71% | - |
XYZ | 32.81 | 30.3 | 48.38 | - |
YUV | 152.24 | 144.79 | 134.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 142 | 182 | 0.12 | 0.22 | 0 | 0.29 | 268.5 | 0.22 | 0.64 |
Hex | A1 | 8E | B6 | C | 16 | 0 | 1D | 10C | 16 | 40 |
Octal | 241 | 216 | 266 | 14 | 26 | 0 | 35 | 414 | 26 | 100 |
Binary | 10100001 | 10001110 | 10110110 | 1100 | 10110 | 0 | 11101 | 100001100 | 10110 | 1000000 |
Color Harmonies of #A18EB6
Complementary color
Monochromatic Colors of #A18EB6
Black with #A18EB6
Text Example
Text Example
White with #A18EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EB6; }
p { color: rgb(161,142,182); }
H1.HeaderClassName
{
color: #A18EB6;
}
.AnyTagClassName
{
color: #A18EB6;
}
</style>
background-color css
<style>
a { background-color: #A18EB6; }
a { background-color: rgb(161,142,182); }
div.DivClassName
{
background-color: #A18EB6;
}
.BgClassName
{
background-color: #A18EB6;
}
</style>
border-color css
<style>
span { border-color: #A18EB6; }
span { border-color: rgb(161,142,182); }
td.TdClassName
{
border-color: #A18EB6;
}
.TagClassName
{
border-color: #A18EB6;
}
</style>