Shades of Cold Purple #A486CA
Tints of Cold Purple #A486CA
RGB
CMYK
RGB Variations
Color information
#A486CA (or 0xA486CA) is known color: Cold Purple. HEX triplet: A4, 86 and CA. RGB value is (164,134,202). Sum of RGB (Red+Green+Blue) = 164+134+202=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A486CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486CA is #5B7935. Grayscale: #969696. Windows color (decimal): -5994806 or 13272740. OLE color: 13272740.
HSL color Cylindrical-coordinate representation of color #A486CA: hue angle of 266.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A486CA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 134 | 202 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.21 |
| HSL | 266.47º | 0.39% | 0.66% | - |
| HSV(B) | 266.47º | 0.34% | 0.79% | - |
| XYZ | 34.5 | 29.21 | 59.7 | - |
| YUV | 150.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 202 | 0.19 | 0.34 | 0 | 0.21 | 266.47 | 0.39 | 0.66 |
| Hex | A4 | 86 | CA | 13 | 22 | 0 | 15 | 10A | 27 | 42 |
| Octal | 244 | 206 | 312 | 23 | 42 | 0 | 25 | 412 | 47 | 102 |
| Binary | 10100100 | 10000110 | 11001010 | 10011 | 100010 | 0 | 10101 | 100001010 | 100111 | 1000010 |
Color Harmonies of #A486CA
Complementary color
Monochromatic Colors of #A486CA
Black with #A486CA
Text Example
Text Example
White with #A486CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486CA; }
p { color: rgb(164,134,202); }
H1.HeaderClassName
{
color: #A486CA;
}
.AnyTagClassName
{
color: #A486CA;
}
</style>
background-color css
<style>
a { background-color: #A486CA; }
a { background-color: rgb(164,134,202); }
div.DivClassName
{
background-color: #A486CA;
}
.BgClassName
{
background-color: #A486CA;
}
</style>
border-color css
<style>
span { border-color: #A486CA; }
span { border-color: rgb(164,134,202); }
td.TdClassName
{
border-color: #A486CA;
}
.TagClassName
{
border-color: #A486CA;
}
</style>