Shades of Cold Purple #A080CF
Tints of Cold Purple #A080CF
RGB
CMYK
RGB Variations
Color information
#A080CF (or 0xA080CF) is known color: Cold Purple. HEX triplet: A0, 80 and CF. RGB value is (160,128,207). Sum of RGB (Red+Green+Blue) = 160+128+207=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #A080CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080CF is #5F7F30. Grayscale: #929292. Windows color (decimal): -6258481 or 13598880. OLE color: 13598880.
HSL color Cylindrical-coordinate representation of color #A080CF: hue angle of 264.3º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A080CF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 128 | 207 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.19 |
| HSL | 264.3º | 0.45% | 0.66% | - |
| HSV(B) | 264.3º | 0.38% | 0.81% | - |
| XYZ | 33.48 | 27.42 | 62.56 | - |
| YUV | 146.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 207 | 0.23 | 0.38 | 0 | 0.19 | 264.3 | 0.45 | 0.66 |
| Hex | A0 | 80 | CF | 17 | 26 | 0 | 13 | 108 | 2D | 42 |
| Octal | 240 | 200 | 317 | 27 | 46 | 0 | 23 | 410 | 55 | 102 |
| Binary | 10100000 | 10000000 | 11001111 | 10111 | 100110 | 0 | 10011 | 100001000 | 101101 | 1000010 |
Color Harmonies of #A080CF
Complementary color
Monochromatic Colors of #A080CF
Black with #A080CF
Text Example
Text Example
White with #A080CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080CF; }
p { color: rgb(160,128,207); }
H1.HeaderClassName
{
color: #A080CF;
}
.AnyTagClassName
{
color: #A080CF;
}
</style>
background-color css
<style>
a { background-color: #A080CF; }
a { background-color: rgb(160,128,207); }
div.DivClassName
{
background-color: #A080CF;
}
.BgClassName
{
background-color: #A080CF;
}
</style>
border-color css
<style>
span { border-color: #A080CF; }
span { border-color: rgb(160,128,207); }
td.TdClassName
{
border-color: #A080CF;
}
.TagClassName
{
border-color: #A080CF;
}
</style>