Shades of Cold Purple #A280C6
Tints of Cold Purple #A280C6
RGB
CMYK
RGB Variations
Color information
#A280C6 (or 0xA280C6) is known color: Cold Purple. HEX triplet: A2, 80 and C6. RGB value is (162,128,198). Sum of RGB (Red+Green+Blue) = 162+128+198=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #A280C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280C6 is #5D7F39. Grayscale: #919191. Windows color (decimal): -6127418 or 13009058. OLE color: 13009058.
HSL color Cylindrical-coordinate representation of color #A280C6: hue angle of 269.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A280C6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 128 | 198 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.22 |
| HSL | 269.14º | 0.38% | 0.64% | - |
| HSV(B) | 269.14º | 0.35% | 0.78% | - |
| XYZ | 32.81 | 27.2 | 56.95 | - |
| YUV | 146.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 198 | 0.18 | 0.35 | 0 | 0.22 | 269.14 | 0.38 | 0.64 |
| Hex | A2 | 80 | C6 | 12 | 23 | 0 | 16 | 10D | 26 | 40 |
| Octal | 242 | 200 | 306 | 22 | 43 | 0 | 26 | 415 | 46 | 100 |
| Binary | 10100010 | 10000000 | 11000110 | 10010 | 100011 | 0 | 10110 | 100001101 | 100110 | 1000000 |
Color Harmonies of #A280C6
Complementary color
Monochromatic Colors of #A280C6
Black with #A280C6
Text Example
Text Example
White with #A280C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280C6; }
p { color: rgb(162,128,198); }
H1.HeaderClassName
{
color: #A280C6;
}
.AnyTagClassName
{
color: #A280C6;
}
</style>
background-color css
<style>
a { background-color: #A280C6; }
a { background-color: rgb(162,128,198); }
div.DivClassName
{
background-color: #A280C6;
}
.BgClassName
{
background-color: #A280C6;
}
</style>
border-color css
<style>
span { border-color: #A280C6; }
span { border-color: rgb(162,128,198); }
td.TdClassName
{
border-color: #A280C6;
}
.TagClassName
{
border-color: #A280C6;
}
</style>