Shades of Cold Purple #A187CF
Tints of Cold Purple #A187CF
RGB
CMYK
RGB Variations
Color information
#A187CF (or 0xA187CF) is known color: Cold Purple. HEX triplet: A1, 87 and CF. RGB value is (161,135,207). Sum of RGB (Red+Green+Blue) = 161+135+207=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A187CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187CF is #5E7830. Grayscale: #969696. Windows color (decimal): -6191153 or 13600673. OLE color: 13600673.
HSL color Cylindrical-coordinate representation of color #A187CF: hue angle of 261.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A187CF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 135 | 207 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.19 |
| HSL | 261.67º | 0.43% | 0.67% | - |
| HSV(B) | 261.67º | 0.35% | 0.81% | - |
| XYZ | 34.62 | 29.41 | 62.88 | - |
| YUV | 150.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 207 | 0.22 | 0.35 | 0 | 0.19 | 261.67 | 0.43 | 0.67 |
| Hex | A1 | 87 | CF | 16 | 23 | 0 | 13 | 106 | 2B | 43 |
| Octal | 241 | 207 | 317 | 26 | 43 | 0 | 23 | 406 | 53 | 103 |
| Binary | 10100001 | 10000111 | 11001111 | 10110 | 100011 | 0 | 10011 | 100000110 | 101011 | 1000011 |
Color Harmonies of #A187CF
Complementary color
Monochromatic Colors of #A187CF
Black with #A187CF
Text Example
Text Example
White with #A187CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A187CF; }
p { color: rgb(161,135,207); }
H1.HeaderClassName
{
color: #A187CF;
}
.AnyTagClassName
{
color: #A187CF;
}
</style>
background-color css
<style>
a { background-color: #A187CF; }
a { background-color: rgb(161,135,207); }
div.DivClassName
{
background-color: #A187CF;
}
.BgClassName
{
background-color: #A187CF;
}
</style>
border-color css
<style>
span { border-color: #A187CF; }
span { border-color: rgb(161,135,207); }
td.TdClassName
{
border-color: #A187CF;
}
.TagClassName
{
border-color: #A187CF;
}
</style>