Shades of Cold Purple #A682D3
Tints of Cold Purple #A682D3
RGB
CMYK
RGB Variations
Color information
#A682D3 (or 0xA682D3) is known color: Cold Purple. HEX triplet: A6, 82 and D3. RGB value is (166,130,211). Sum of RGB (Red+Green+Blue) = 166+130+211=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #A682D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682D3 is #597D2C. Grayscale: #959595. Windows color (decimal): -5864749 or 13861542. OLE color: 13861542.
HSL color Cylindrical-coordinate representation of color #A682D3: hue angle of 266.67º 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 #A682D3 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 130 | 211 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.17 |
| HSL | 266.67º | 0.48% | 0.67% | - |
| HSV(B) | 266.67º | 0.38% | 0.83% | - |
| XYZ | 35.47 | 28.78 | 65.31 | - |
| YUV | 150 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 211 | 0.21 | 0.38 | 0 | 0.17 | 266.67 | 0.48 | 0.67 |
| Hex | A6 | 82 | D3 | 15 | 26 | 0 | 11 | 10B | 30 | 43 |
| Octal | 246 | 202 | 323 | 25 | 46 | 0 | 21 | 413 | 60 | 103 |
| Binary | 10100110 | 10000010 | 11010011 | 10101 | 100110 | 0 | 10001 | 100001011 | 110000 | 1000011 |
Color Harmonies of #A682D3
Complementary color
Monochromatic Colors of #A682D3
Black with #A682D3
Text Example
Text Example
White with #A682D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682D3; }
p { color: rgb(166,130,211); }
H1.HeaderClassName
{
color: #A682D3;
}
.AnyTagClassName
{
color: #A682D3;
}
</style>
background-color css
<style>
a { background-color: #A682D3; }
a { background-color: rgb(166,130,211); }
div.DivClassName
{
background-color: #A682D3;
}
.BgClassName
{
background-color: #A682D3;
}
</style>
border-color css
<style>
span { border-color: #A682D3; }
span { border-color: rgb(166,130,211); }
td.TdClassName
{
border-color: #A682D3;
}
.TagClassName
{
border-color: #A682D3;
}
</style>