Shades of Cold Purple #A782D3
Tints of Cold Purple #A782D3
RGB
CMYK
RGB Variations
Color information
#A782D3 (or 0xA782D3) is known color: Cold Purple. HEX triplet: A7, 82 and D3. RGB value is (167,130,211). Sum of RGB (Red+Green+Blue) = 167+130+211=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #A782D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782D3 is #587D2C. Grayscale: #969696. Windows color (decimal): -5799213 or 13861543. OLE color: 13861543.
HSL color Cylindrical-coordinate representation of color #A782D3: hue angle of 267.41º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A782D3 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 130 | 211 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.17 |
| HSL | 267.41º | 0.48% | 0.67% | - |
| HSV(B) | 267.41º | 0.38% | 0.83% | - |
| XYZ | 35.68 | 28.88 | 65.32 | - |
| YUV | 150.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 211 | 0.21 | 0.38 | 0 | 0.17 | 267.41 | 0.48 | 0.67 |
| Hex | A7 | 82 | D3 | 15 | 26 | 0 | 11 | 10B | 30 | 43 |
| Octal | 247 | 202 | 323 | 25 | 46 | 0 | 21 | 413 | 60 | 103 |
| Binary | 10100111 | 10000010 | 11010011 | 10101 | 100110 | 0 | 10001 | 100001011 | 110000 | 1000011 |
Color Harmonies of #A782D3
Complementary color
Monochromatic Colors of #A782D3
Black with #A782D3
Text Example
Text Example
White with #A782D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A782D3; }
p { color: rgb(167,130,211); }
H1.HeaderClassName
{
color: #A782D3;
}
.AnyTagClassName
{
color: #A782D3;
}
</style>
background-color css
<style>
a { background-color: #A782D3; }
a { background-color: rgb(167,130,211); }
div.DivClassName
{
background-color: #A782D3;
}
.BgClassName
{
background-color: #A782D3;
}
</style>
border-color css
<style>
span { border-color: #A782D3; }
span { border-color: rgb(167,130,211); }
td.TdClassName
{
border-color: #A782D3;
}
.TagClassName
{
border-color: #A782D3;
}
</style>