Shades of Cold Purple #A387CF
Tints of Cold Purple #A387CF
RGB
CMYK
RGB Variations
Color information
#A387CF (or 0xA387CF) is known color: Cold Purple. HEX triplet: A3, 87 and CF. RGB value is (163,135,207). Sum of RGB (Red+Green+Blue) = 163+135+207=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #A387CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387CF is #5C7830. Grayscale: #979797. Windows color (decimal): -6060081 or 13600675. OLE color: 13600675.
HSL color Cylindrical-coordinate representation of color #A387CF: hue angle of 263.33º 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 #A387CF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 135 | 207 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.19 |
| HSL | 263.33º | 0.43% | 0.67% | - |
| HSV(B) | 263.33º | 0.35% | 0.81% | - |
| XYZ | 35.03 | 29.62 | 62.9 | - |
| YUV | 151.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 207 | 0.21 | 0.35 | 0 | 0.19 | 263.33 | 0.43 | 0.67 |
| Hex | A3 | 87 | CF | 15 | 23 | 0 | 13 | 107 | 2B | 43 |
| Octal | 243 | 207 | 317 | 25 | 43 | 0 | 23 | 407 | 53 | 103 |
| Binary | 10100011 | 10000111 | 11001111 | 10101 | 100011 | 0 | 10011 | 100000111 | 101011 | 1000011 |
Color Harmonies of #A387CF
Complementary color
Monochromatic Colors of #A387CF
Black with #A387CF
Text Example
Text Example
White with #A387CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387CF; }
p { color: rgb(163,135,207); }
H1.HeaderClassName
{
color: #A387CF;
}
.AnyTagClassName
{
color: #A387CF;
}
</style>
background-color css
<style>
a { background-color: #A387CF; }
a { background-color: rgb(163,135,207); }
div.DivClassName
{
background-color: #A387CF;
}
.BgClassName
{
background-color: #A387CF;
}
</style>
border-color css
<style>
span { border-color: #A387CF; }
span { border-color: rgb(163,135,207); }
td.TdClassName
{
border-color: #A387CF;
}
.TagClassName
{
border-color: #A387CF;
}
</style>