Shades of Cold Purple #A080C0
Tints of Cold Purple #A080C0
RGB
CMYK
RGB Variations
Color information
#A080C0 (or 0xA080C0) is known color: Cold Purple. HEX triplet: A0, 80 and C0. RGB value is (160,128,192). Sum of RGB (Red+Green+Blue) = 160+128+192=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #A080C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080C0 is #5F7F3F. Grayscale: #909090. Windows color (decimal): -6258496 or 12615840. OLE color: 12615840.
HSL color Cylindrical-coordinate representation of color #A080C0: hue angle of 270º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A080C0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 128 | 192 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.25 |
| HSL | 270º | 0.34% | 0.63% | - |
| HSV(B) | 270º | 0.33% | 0.75% | - |
| XYZ | 31.73 | 26.72 | 53.35 | - |
| YUV | 144.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 192 | 0.17 | 0.33 | 0 | 0.25 | 270 | 0.34 | 0.63 |
| Hex | A0 | 80 | C0 | 11 | 21 | 0 | 19 | 10E | 22 | 3F |
| Octal | 240 | 200 | 300 | 21 | 41 | 0 | 31 | 416 | 42 | 77 |
| Binary | 10100000 | 10000000 | 11000000 | 10001 | 100001 | 0 | 11001 | 100001110 | 100010 | 111111 |
Color Harmonies of #A080C0
Complementary color
Monochromatic Colors of #A080C0
Black with #A080C0
Text Example
Text Example
White with #A080C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080C0; }
p { color: rgb(160,128,192); }
H1.HeaderClassName
{
color: #A080C0;
}
.AnyTagClassName
{
color: #A080C0;
}
</style>
background-color css
<style>
a { background-color: #A080C0; }
a { background-color: rgb(160,128,192); }
div.DivClassName
{
background-color: #A080C0;
}
.BgClassName
{
background-color: #A080C0;
}
</style>
border-color css
<style>
span { border-color: #A080C0; }
span { border-color: rgb(160,128,192); }
td.TdClassName
{
border-color: #A080C0;
}
.TagClassName
{
border-color: #A080C0;
}
</style>