Shades of Cold Purple #A087C2
Tints of Cold Purple #A087C2
RGB
CMYK
RGB Variations
Color information
#A087C2 (or 0xA087C2) is known color: Cold Purple. HEX triplet: A0, 87 and C2. RGB value is (160,135,194). Sum of RGB (Red+Green+Blue) = 160+135+194=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #A087C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087C2 is #5F783D. Grayscale: #949494. Windows color (decimal): -6256702 or 12748704. OLE color: 12748704.
HSL color Cylindrical-coordinate representation of color #A087C2: hue angle of 265.42º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A087C2 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 135 | 194 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.24 |
| HSL | 265.42º | 0.33% | 0.65% | - |
| HSV(B) | 265.42º | 0.3% | 0.76% | - |
| XYZ | 32.9 | 28.7 | 54.84 | - |
| YUV | 149.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 194 | 0.18 | 0.30 | 0 | 0.24 | 265.42 | 0.33 | 0.65 |
| Hex | A0 | 87 | C2 | 12 | 1E | 0 | 18 | 109 | 21 | 41 |
| Octal | 240 | 207 | 302 | 22 | 36 | 0 | 30 | 411 | 41 | 101 |
| Binary | 10100000 | 10000111 | 11000010 | 10010 | 11110 | 0 | 11000 | 100001001 | 100001 | 1000001 |
Color Harmonies of #A087C2
Complementary color
Monochromatic Colors of #A087C2
Black with #A087C2
Text Example
Text Example
White with #A087C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087C2; }
p { color: rgb(160,135,194); }
H1.HeaderClassName
{
color: #A087C2;
}
.AnyTagClassName
{
color: #A087C2;
}
</style>
background-color css
<style>
a { background-color: #A087C2; }
a { background-color: rgb(160,135,194); }
div.DivClassName
{
background-color: #A087C2;
}
.BgClassName
{
background-color: #A087C2;
}
</style>
border-color css
<style>
span { border-color: #A087C2; }
span { border-color: rgb(160,135,194); }
td.TdClassName
{
border-color: #A087C2;
}
.TagClassName
{
border-color: #A087C2;
}
</style>