Shades of Cold Purple #A080CC
Tints of Cold Purple #A080CC
RGB
CMYK
RGB Variations
Color information
#A080CC (or 0xA080CC) is known color: Cold Purple. HEX triplet: A0, 80 and CC. RGB value is (160,128,204). Sum of RGB (Red+Green+Blue) = 160+128+204=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A080CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080CC is #5F7F33. Grayscale: #919191. Windows color (decimal): -6258484 or 13402272. OLE color: 13402272.
HSL color Cylindrical-coordinate representation of color #A080CC: hue angle of 265.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A080CC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 128 | 204 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.2 |
| HSL | 265.26º | 0.43% | 0.65% | - |
| HSV(B) | 265.26º | 0.37% | 0.8% | - |
| XYZ | 33.12 | 27.27 | 60.65 | - |
| YUV | 146.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 204 | 0.22 | 0.37 | 0 | 0.2 | 265.26 | 0.43 | 0.65 |
| Hex | A0 | 80 | CC | 16 | 25 | 0 | 14 | 109 | 2B | 41 |
| Octal | 240 | 200 | 314 | 26 | 45 | 0 | 24 | 411 | 53 | 101 |
| Binary | 10100000 | 10000000 | 11001100 | 10110 | 100101 | 0 | 10100 | 100001001 | 101011 | 1000001 |
Color Harmonies of #A080CC
Complementary color
Monochromatic Colors of #A080CC
Black with #A080CC
Text Example
Text Example
White with #A080CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080CC; }
p { color: rgb(160,128,204); }
H1.HeaderClassName
{
color: #A080CC;
}
.AnyTagClassName
{
color: #A080CC;
}
</style>
background-color css
<style>
a { background-color: #A080CC; }
a { background-color: rgb(160,128,204); }
div.DivClassName
{
background-color: #A080CC;
}
.BgClassName
{
background-color: #A080CC;
}
</style>
border-color css
<style>
span { border-color: #A080CC; }
span { border-color: rgb(160,128,204); }
td.TdClassName
{
border-color: #A080CC;
}
.TagClassName
{
border-color: #A080CC;
}
</style>