Shades of Cold Purple #A18FB6
Tints of Cold Purple #A18FB6
RGB
CMYK
RGB Variations
Color information
#A18FB6 (or 0xA18FB6) is known color: Cold Purple. HEX triplet: A1, 8F and B6. RGB value is (161,143,182). Sum of RGB (Red+Green+Blue) = 161+143+182=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #A18FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FB6 is #5E7049. Grayscale: #989898. Windows color (decimal): -6189130 or 11964321. OLE color: 11964321.
HSL color Cylindrical-coordinate representation of color #A18FB6: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A18FB6 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 143 | 182 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.29 |
| HSL | 267.69º | 0.21% | 0.64% | - |
| HSV(B) | 267.69º | 0.21% | 0.71% | - |
| XYZ | 32.96 | 30.6 | 48.42 | - |
| YUV | 152.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 182 | 0.12 | 0.21 | 0 | 0.29 | 267.69 | 0.21 | 0.64 |
| Hex | A1 | 8F | B6 | C | 15 | 0 | 1D | 10C | 15 | 40 |
| Octal | 241 | 217 | 266 | 14 | 25 | 0 | 35 | 414 | 25 | 100 |
| Binary | 10100001 | 10001111 | 10110110 | 1100 | 10101 | 0 | 11101 | 100001100 | 10101 | 1000000 |
Color Harmonies of #A18FB6
Complementary color
Monochromatic Colors of #A18FB6
Black with #A18FB6
Text Example
Text Example
White with #A18FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FB6; }
p { color: rgb(161,143,182); }
H1.HeaderClassName
{
color: #A18FB6;
}
.AnyTagClassName
{
color: #A18FB6;
}
</style>
background-color css
<style>
a { background-color: #A18FB6; }
a { background-color: rgb(161,143,182); }
div.DivClassName
{
background-color: #A18FB6;
}
.BgClassName
{
background-color: #A18FB6;
}
</style>
border-color css
<style>
span { border-color: #A18FB6; }
span { border-color: rgb(161,143,182); }
td.TdClassName
{
border-color: #A18FB6;
}
.TagClassName
{
border-color: #A18FB6;
}
</style>