Shades of Cold Purple #A084CA
Tints of Cold Purple #A084CA
RGB
CMYK
RGB Variations
Color information
#A084CA (or 0xA084CA) is known color: Cold Purple. HEX triplet: A0, 84 and CA. RGB value is (160,132,202). Sum of RGB (Red+Green+Blue) = 160+132+202=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A084CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084CA is #5F7B35. Grayscale: #949494. Windows color (decimal): -6257462 or 13272224. OLE color: 13272224.
HSL color Cylindrical-coordinate representation of color #A084CA: hue angle of 264º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A084CA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 132 | 202 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.21 |
| HSL | 264º | 0.4% | 0.65% | - |
| HSV(B) | 264º | 0.35% | 0.79% | - |
| XYZ | 33.41 | 28.24 | 59.57 | - |
| YUV | 148.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 202 | 0.21 | 0.35 | 0 | 0.21 | 264 | 0.4 | 0.65 |
| Hex | A0 | 84 | CA | 15 | 23 | 0 | 15 | 108 | 28 | 41 |
| Octal | 240 | 204 | 312 | 25 | 43 | 0 | 25 | 410 | 50 | 101 |
| Binary | 10100000 | 10000100 | 11001010 | 10101 | 100011 | 0 | 10101 | 100001000 | 101000 | 1000001 |
Color Harmonies of #A084CA
Complementary color
Monochromatic Colors of #A084CA
Black with #A084CA
Text Example
Text Example
White with #A084CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084CA; }
p { color: rgb(160,132,202); }
H1.HeaderClassName
{
color: #A084CA;
}
.AnyTagClassName
{
color: #A084CA;
}
</style>
background-color css
<style>
a { background-color: #A084CA; }
a { background-color: rgb(160,132,202); }
div.DivClassName
{
background-color: #A084CA;
}
.BgClassName
{
background-color: #A084CA;
}
</style>
border-color css
<style>
span { border-color: #A084CA; }
span { border-color: rgb(160,132,202); }
td.TdClassName
{
border-color: #A084CA;
}
.TagClassName
{
border-color: #A084CA;
}
</style>