Shades of Cold Purple #A387C4
Tints of Cold Purple #A387C4
RGB
CMYK
RGB Variations
Color information
#A387C4 (or 0xA387C4) is known color: Cold Purple. HEX triplet: A3, 87 and C4. RGB value is (163,135,196). Sum of RGB (Red+Green+Blue) = 163+135+196=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #A387C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387C4 is #5C783B. Grayscale: #969696. Windows color (decimal): -6060092 or 12879779. OLE color: 12879779.
HSL color Cylindrical-coordinate representation of color #A387C4: hue angle of 267.54º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A387C4 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 135 | 196 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.23 |
| HSL | 267.54º | 0.34% | 0.65% | - |
| HSV(B) | 267.54º | 0.31% | 0.77% | - |
| XYZ | 33.73 | 29.1 | 56.06 | - |
| YUV | 150.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 196 | 0.17 | 0.31 | 0 | 0.23 | 267.54 | 0.34 | 0.65 |
| Hex | A3 | 87 | C4 | 11 | 1F | 0 | 17 | 10C | 22 | 41 |
| Octal | 243 | 207 | 304 | 21 | 37 | 0 | 27 | 414 | 42 | 101 |
| Binary | 10100011 | 10000111 | 11000100 | 10001 | 11111 | 0 | 10111 | 100001100 | 100010 | 1000001 |
Color Harmonies of #A387C4
Complementary color
Monochromatic Colors of #A387C4
Black with #A387C4
Text Example
Text Example
White with #A387C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387C4; }
p { color: rgb(163,135,196); }
H1.HeaderClassName
{
color: #A387C4;
}
.AnyTagClassName
{
color: #A387C4;
}
</style>
background-color css
<style>
a { background-color: #A387C4; }
a { background-color: rgb(163,135,196); }
div.DivClassName
{
background-color: #A387C4;
}
.BgClassName
{
background-color: #A387C4;
}
</style>
border-color css
<style>
span { border-color: #A387C4; }
span { border-color: rgb(163,135,196); }
td.TdClassName
{
border-color: #A387C4;
}
.TagClassName
{
border-color: #A387C4;
}
</style>