Shades of Cold Purple #A387D1
Tints of Cold Purple #A387D1
RGB
CMYK
RGB Variations
Color information
#A387D1 (or 0xA387D1) is known color: Cold Purple. HEX triplet: A3, 87 and D1. RGB value is (163,135,209). Sum of RGB (Red+Green+Blue) = 163+135+209=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #A387D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387D1 is #5C782E. Grayscale: #979797. Windows color (decimal): -6060079 or 13731747. OLE color: 13731747.
HSL color Cylindrical-coordinate representation of color #A387D1: hue angle of 262.7º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A387D1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 135 | 209 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.18 |
| HSL | 262.7º | 0.45% | 0.67% | - |
| HSV(B) | 262.7º | 0.35% | 0.82% | - |
| XYZ | 35.28 | 29.72 | 64.2 | - |
| YUV | 151.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 209 | 0.22 | 0.35 | 0 | 0.18 | 262.7 | 0.45 | 0.67 |
| Hex | A3 | 87 | D1 | 16 | 23 | 0 | 12 | 107 | 2D | 43 |
| Octal | 243 | 207 | 321 | 26 | 43 | 0 | 22 | 407 | 55 | 103 |
| Binary | 10100011 | 10000111 | 11010001 | 10110 | 100011 | 0 | 10010 | 100000111 | 101101 | 1000011 |
Color Harmonies of #A387D1
Complementary color
Monochromatic Colors of #A387D1
Black with #A387D1
Text Example
Text Example
White with #A387D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387D1; }
p { color: rgb(163,135,209); }
H1.HeaderClassName
{
color: #A387D1;
}
.AnyTagClassName
{
color: #A387D1;
}
</style>
background-color css
<style>
a { background-color: #A387D1; }
a { background-color: rgb(163,135,209); }
div.DivClassName
{
background-color: #A387D1;
}
.BgClassName
{
background-color: #A387D1;
}
</style>
border-color css
<style>
span { border-color: #A387D1; }
span { border-color: rgb(163,135,209); }
td.TdClassName
{
border-color: #A387D1;
}
.TagClassName
{
border-color: #A387D1;
}
</style>