Shades of Cold Purple #A682D2
Tints of Cold Purple #A682D2
RGB
CMYK
RGB Variations
Color information
#A682D2 (or 0xA682D2) is known color: Cold Purple. HEX triplet: A6, 82 and D2. RGB value is (166,130,210). Sum of RGB (Red+Green+Blue) = 166+130+210=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #A682D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682D2 is #597D2D. Grayscale: #959595. Windows color (decimal): -5864750 or 13796006. OLE color: 13796006.
HSL color Cylindrical-coordinate representation of color #A682D2: hue angle of 267º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A682D2 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 130 | 210 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.18 |
| HSL | 267º | 0.47% | 0.67% | - |
| HSV(B) | 267º | 0.38% | 0.82% | - |
| XYZ | 35.34 | 28.73 | 64.65 | - |
| YUV | 149.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 210 | 0.21 | 0.38 | 0 | 0.18 | 267 | 0.47 | 0.67 |
| Hex | A6 | 82 | D2 | 15 | 26 | 0 | 12 | 10B | 2F | 43 |
| Octal | 246 | 202 | 322 | 25 | 46 | 0 | 22 | 413 | 57 | 103 |
| Binary | 10100110 | 10000010 | 11010010 | 10101 | 100110 | 0 | 10010 | 100001011 | 101111 | 1000011 |
Color Harmonies of #A682D2
Complementary color
Monochromatic Colors of #A682D2
Black with #A682D2
Text Example
Text Example
White with #A682D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682D2; }
p { color: rgb(166,130,210); }
H1.HeaderClassName
{
color: #A682D2;
}
.AnyTagClassName
{
color: #A682D2;
}
</style>
background-color css
<style>
a { background-color: #A682D2; }
a { background-color: rgb(166,130,210); }
div.DivClassName
{
background-color: #A682D2;
}
.BgClassName
{
background-color: #A682D2;
}
</style>
border-color css
<style>
span { border-color: #A682D2; }
span { border-color: rgb(166,130,210); }
td.TdClassName
{
border-color: #A682D2;
}
.TagClassName
{
border-color: #A682D2;
}
</style>