Shades of Cold Purple #A387C9
Tints of Cold Purple #A387C9
RGB
CMYK
RGB Variations
Color information
#A387C9 (or 0xA387C9) is known color: Cold Purple. HEX triplet: A3, 87 and C9. RGB value is (163,135,201). Sum of RGB (Red+Green+Blue) = 163+135+201=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #A387C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C9 is #5C7836. Grayscale: #969696. Windows color (decimal): -6060087 or 13207459. OLE color: 13207459.
HSL color Cylindrical-coordinate representation of color #A387C9: hue angle of 265.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A387C9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 135 | 201 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.21 |
| HSL | 265.45º | 0.38% | 0.66% | - |
| HSV(B) | 265.45º | 0.33% | 0.79% | - |
| XYZ | 34.31 | 29.33 | 59.11 | - |
| YUV | 150.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 201 | 0.19 | 0.33 | 0 | 0.21 | 265.45 | 0.38 | 0.66 |
| Hex | A3 | 87 | C9 | 13 | 21 | 0 | 15 | 109 | 26 | 42 |
| Octal | 243 | 207 | 311 | 23 | 41 | 0 | 25 | 411 | 46 | 102 |
| Binary | 10100011 | 10000111 | 11001001 | 10011 | 100001 | 0 | 10101 | 100001001 | 100110 | 1000010 |
Color Harmonies of #A387C9
Complementary color
Monochromatic Colors of #A387C9
Black with #A387C9
Text Example
Text Example
White with #A387C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387C9; }
p { color: rgb(163,135,201); }
H1.HeaderClassName
{
color: #A387C9;
}
.AnyTagClassName
{
color: #A387C9;
}
</style>
background-color css
<style>
a { background-color: #A387C9; }
a { background-color: rgb(163,135,201); }
div.DivClassName
{
background-color: #A387C9;
}
.BgClassName
{
background-color: #A387C9;
}
</style>
border-color css
<style>
span { border-color: #A387C9; }
span { border-color: rgb(163,135,201); }
td.TdClassName
{
border-color: #A387C9;
}
.TagClassName
{
border-color: #A387C9;
}
</style>