Shades of Cold Purple #A18FB5
Tints of Cold Purple #A18FB5
RGB
CMYK
RGB Variations
Color information
#A18FB5 (or 0xA18FB5) is known color: Cold Purple. HEX triplet: A1, 8F and B5. RGB value is (161,143,181). Sum of RGB (Red+Green+Blue) = 161+143+181=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #A18FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FB5 is #5E704A. Grayscale: #989898. Windows color (decimal): -6189131 or 11898785. OLE color: 11898785.
HSL color Cylindrical-coordinate representation of color #A18FB5: hue angle of 268.42º degrees, saturation: 0.2, 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 #A18FB5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 143 | 181 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.29 |
| HSL | 268.42º | 0.2% | 0.64% | - |
| HSV(B) | 268.42º | 0.21% | 0.71% | - |
| XYZ | 32.86 | 30.56 | 47.88 | - |
| YUV | 152.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 181 | 0.11 | 0.21 | 0 | 0.29 | 268.42 | 0.2 | 0.64 |
| Hex | A1 | 8F | B5 | B | 15 | 0 | 1D | 10C | 14 | 40 |
| Octal | 241 | 217 | 265 | 13 | 25 | 0 | 35 | 414 | 24 | 100 |
| Binary | 10100001 | 10001111 | 10110101 | 1011 | 10101 | 0 | 11101 | 100001100 | 10100 | 1000000 |
Color Harmonies of #A18FB5
Complementary color
Monochromatic Colors of #A18FB5
Black with #A18FB5
Text Example
Text Example
White with #A18FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FB5; }
p { color: rgb(161,143,181); }
H1.HeaderClassName
{
color: #A18FB5;
}
.AnyTagClassName
{
color: #A18FB5;
}
</style>
background-color css
<style>
a { background-color: #A18FB5; }
a { background-color: rgb(161,143,181); }
div.DivClassName
{
background-color: #A18FB5;
}
.BgClassName
{
background-color: #A18FB5;
}
</style>
border-color css
<style>
span { border-color: #A18FB5; }
span { border-color: rgb(161,143,181); }
td.TdClassName
{
border-color: #A18FB5;
}
.TagClassName
{
border-color: #A18FB5;
}
</style>