Shades of Cold Purple #A683CD
Tints of Cold Purple #A683CD
RGB
CMYK
RGB Variations
Color information
#A683CD (or 0xA683CD) is known color: Cold Purple. HEX triplet: A6, 83 and CD. RGB value is (166,131,205). Sum of RGB (Red+Green+Blue) = 166+131+205=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A683CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A683CD is #597C32. Grayscale: #959595. Windows color (decimal): -5864499 or 13468582. OLE color: 13468582.
HSL color Cylindrical-coordinate representation of color #A683CD: hue angle of 268.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A683CD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 131 | 205 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.20 |
| HSL | 268.38º | 0.43% | 0.66% | - |
| HSV(B) | 268.38º | 0.36% | 0.8% | - |
| XYZ | 34.86 | 28.75 | 61.47 | - |
| YUV | 149.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 205 | 0.19 | 0.36 | 0 | 0.20 | 268.38 | 0.43 | 0.66 |
| Hex | A6 | 83 | CD | 13 | 24 | 0 | 14 | 10C | 2B | 42 |
| Octal | 246 | 203 | 315 | 23 | 44 | 0 | 24 | 414 | 53 | 102 |
| Binary | 10100110 | 10000011 | 11001101 | 10011 | 100100 | 0 | 10100 | 100001100 | 101011 | 1000010 |
Color Harmonies of #A683CD
Complementary color
Monochromatic Colors of #A683CD
Black with #A683CD
Text Example
Text Example
White with #A683CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683CD; }
p { color: rgb(166,131,205); }
H1.HeaderClassName
{
color: #A683CD;
}
.AnyTagClassName
{
color: #A683CD;
}
</style>
background-color css
<style>
a { background-color: #A683CD; }
a { background-color: rgb(166,131,205); }
div.DivClassName
{
background-color: #A683CD;
}
.BgClassName
{
background-color: #A683CD;
}
</style>
border-color css
<style>
span { border-color: #A683CD; }
span { border-color: rgb(166,131,205); }
td.TdClassName
{
border-color: #A683CD;
}
.TagClassName
{
border-color: #A683CD;
}
</style>