Shades of Cold Purple #A480C8
Tints of Cold Purple #A480C8
RGB
CMYK
RGB Variations
Color information
#A480C8 (or 0xA480C8) is known color: Cold Purple. HEX triplet: A4, 80 and C8. RGB value is (164,128,200). Sum of RGB (Red+Green+Blue) = 164+128+200=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #A480C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480C8 is #5B7F37. Grayscale: #929292. Windows color (decimal): -5996344 or 13140132. OLE color: 13140132.
HSL color Cylindrical-coordinate representation of color #A480C8: hue angle of 270º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A480C8 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 128 | 200 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.22 |
| HSL | 270º | 0.4% | 0.64% | - |
| HSV(B) | 270º | 0.36% | 0.78% | - |
| XYZ | 33.45 | 27.5 | 58.19 | - |
| YUV | 146.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 200 | 0.18 | 0.36 | 0 | 0.22 | 270 | 0.4 | 0.64 |
| Hex | A4 | 80 | C8 | 12 | 24 | 0 | 16 | 10E | 28 | 40 |
| Octal | 244 | 200 | 310 | 22 | 44 | 0 | 26 | 416 | 50 | 100 |
| Binary | 10100100 | 10000000 | 11001000 | 10010 | 100100 | 0 | 10110 | 100001110 | 101000 | 1000000 |
Color Harmonies of #A480C8
Complementary color
Monochromatic Colors of #A480C8
Black with #A480C8
Text Example
Text Example
White with #A480C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A480C8; }
p { color: rgb(164,128,200); }
H1.HeaderClassName
{
color: #A480C8;
}
.AnyTagClassName
{
color: #A480C8;
}
</style>
background-color css
<style>
a { background-color: #A480C8; }
a { background-color: rgb(164,128,200); }
div.DivClassName
{
background-color: #A480C8;
}
.BgClassName
{
background-color: #A480C8;
}
</style>
border-color css
<style>
span { border-color: #A480C8; }
span { border-color: rgb(164,128,200); }
td.TdClassName
{
border-color: #A480C8;
}
.TagClassName
{
border-color: #A480C8;
}
</style>