Shades of Cold Purple #A780D4
Tints of Cold Purple #A780D4
RGB
CMYK
RGB Variations
Color information
#A780D4 (or 0xA780D4) is known color: Cold Purple. HEX triplet: A7, 80 and D4. RGB value is (167,128,212). Sum of RGB (Red+Green+Blue) = 167+128+212=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #A780D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780D4 is #587F2B. Grayscale: #949494. Windows color (decimal): -5799724 or 13926567. OLE color: 13926567.
HSL color Cylindrical-coordinate representation of color #A780D4: hue angle of 267.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A780D4 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 128 | 212 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.17 |
| HSL | 267.86º | 0.49% | 0.67% | - |
| HSV(B) | 267.86º | 0.4% | 0.83% | - |
| XYZ | 35.54 | 28.41 | 65.9 | - |
| YUV | 149.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 212 | 0.21 | 0.40 | 0 | 0.17 | 267.86 | 0.49 | 0.67 |
| Hex | A7 | 80 | D4 | 15 | 28 | 0 | 11 | 10C | 31 | 43 |
| Octal | 247 | 200 | 324 | 25 | 50 | 0 | 21 | 414 | 61 | 103 |
| Binary | 10100111 | 10000000 | 11010100 | 10101 | 101000 | 0 | 10001 | 100001100 | 110001 | 1000011 |
Color Harmonies of #A780D4
Complementary color
Monochromatic Colors of #A780D4
Black with #A780D4
Text Example
Text Example
White with #A780D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780D4; }
p { color: rgb(167,128,212); }
H1.HeaderClassName
{
color: #A780D4;
}
.AnyTagClassName
{
color: #A780D4;
}
</style>
background-color css
<style>
a { background-color: #A780D4; }
a { background-color: rgb(167,128,212); }
div.DivClassName
{
background-color: #A780D4;
}
.BgClassName
{
background-color: #A780D4;
}
</style>
border-color css
<style>
span { border-color: #A780D4; }
span { border-color: rgb(167,128,212); }
td.TdClassName
{
border-color: #A780D4;
}
.TagClassName
{
border-color: #A780D4;
}
</style>