Shades of Cold Purple #A280CE
Tints of Cold Purple #A280CE
RGB
CMYK
RGB Variations
Color information
#A280CE (or 0xA280CE) is known color: Cold Purple. HEX triplet: A2, 80 and CE. RGB value is (162,128,206). Sum of RGB (Red+Green+Blue) = 162+128+206=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #A280CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CE is #5D7F31. Grayscale: #929292. Windows color (decimal): -6127410 or 13533346. OLE color: 13533346.
HSL color Cylindrical-coordinate representation of color #A280CE: hue angle of 266.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A280CE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 128 | 206 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.19 |
| HSL | 266.15º | 0.44% | 0.65% | - |
| HSV(B) | 266.15º | 0.38% | 0.81% | - |
| XYZ | 33.76 | 27.58 | 61.94 | - |
| YUV | 147.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 206 | 0.21 | 0.38 | 0 | 0.19 | 266.15 | 0.44 | 0.65 |
| Hex | A2 | 80 | CE | 15 | 26 | 0 | 13 | 10A | 2C | 41 |
| Octal | 242 | 200 | 316 | 25 | 46 | 0 | 23 | 412 | 54 | 101 |
| Binary | 10100010 | 10000000 | 11001110 | 10101 | 100110 | 0 | 10011 | 100001010 | 101100 | 1000001 |
Color Harmonies of #A280CE
Complementary color
Monochromatic Colors of #A280CE
Black with #A280CE
Text Example
Text Example
White with #A280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280CE; }
p { color: rgb(162,128,206); }
H1.HeaderClassName
{
color: #A280CE;
}
.AnyTagClassName
{
color: #A280CE;
}
</style>
background-color css
<style>
a { background-color: #A280CE; }
a { background-color: rgb(162,128,206); }
div.DivClassName
{
background-color: #A280CE;
}
.BgClassName
{
background-color: #A280CE;
}
</style>
border-color css
<style>
span { border-color: #A280CE; }
span { border-color: rgb(162,128,206); }
td.TdClassName
{
border-color: #A280CE;
}
.TagClassName
{
border-color: #A280CE;
}
</style>