Shades of Cold Purple #A280CA
Tints of Cold Purple #A280CA
RGB
CMYK
RGB Variations
Color information
#A280CA (or 0xA280CA) is known color: Cold Purple. HEX triplet: A2, 80 and CA. RGB value is (162,128,202). Sum of RGB (Red+Green+Blue) = 162+128+202=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A280CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CA is #5D7F35. Grayscale: #929292. Windows color (decimal): -6127414 or 13271202. OLE color: 13271202.
HSL color Cylindrical-coordinate representation of color #A280CA: hue angle of 267.57º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A280CA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 128 | 202 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.21 |
| HSL | 267.57º | 0.41% | 0.65% | - |
| HSV(B) | 267.57º | 0.37% | 0.79% | - |
| XYZ | 33.28 | 27.38 | 59.41 | - |
| YUV | 146.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 202 | 0.20 | 0.37 | 0 | 0.21 | 267.57 | 0.41 | 0.65 |
| Hex | A2 | 80 | CA | 14 | 25 | 0 | 15 | 10C | 29 | 41 |
| Octal | 242 | 200 | 312 | 24 | 45 | 0 | 25 | 414 | 51 | 101 |
| Binary | 10100010 | 10000000 | 11001010 | 10100 | 100101 | 0 | 10101 | 100001100 | 101001 | 1000001 |
Color Harmonies of #A280CA
Complementary color
Monochromatic Colors of #A280CA
Black with #A280CA
Text Example
Text Example
White with #A280CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280CA; }
p { color: rgb(162,128,202); }
H1.HeaderClassName
{
color: #A280CA;
}
.AnyTagClassName
{
color: #A280CA;
}
</style>
background-color css
<style>
a { background-color: #A280CA; }
a { background-color: rgb(162,128,202); }
div.DivClassName
{
background-color: #A280CA;
}
.BgClassName
{
background-color: #A280CA;
}
</style>
border-color css
<style>
span { border-color: #A280CA; }
span { border-color: rgb(162,128,202); }
td.TdClassName
{
border-color: #A280CA;
}
.TagClassName
{
border-color: #A280CA;
}
</style>