Shades of Cold Purple #A083D0
Tints of Cold Purple #A083D0
RGB
CMYK
RGB Variations
Color information
#A083D0 (or 0xA083D0) is known color: Cold Purple. HEX triplet: A0, 83 and D0. RGB value is (160,131,208). Sum of RGB (Red+Green+Blue) = 160+131+208=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #A083D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083D0 is #5F7C2F. Grayscale: #949494. Windows color (decimal): -6257712 or 13665184. OLE color: 13665184.
HSL color Cylindrical-coordinate representation of color #A083D0: hue angle of 262.6º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A083D0 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 131 | 208 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.18 |
| HSL | 262.6º | 0.45% | 0.66% | - |
| HSV(B) | 262.6º | 0.37% | 0.82% | - |
| XYZ | 34 | 28.26 | 63.34 | - |
| YUV | 148.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 208 | 0.23 | 0.37 | 0 | 0.18 | 262.6 | 0.45 | 0.66 |
| Hex | A0 | 83 | D0 | 17 | 25 | 0 | 12 | 107 | 2D | 42 |
| Octal | 240 | 203 | 320 | 27 | 45 | 0 | 22 | 407 | 55 | 102 |
| Binary | 10100000 | 10000011 | 11010000 | 10111 | 100101 | 0 | 10010 | 100000111 | 101101 | 1000010 |
Color Harmonies of #A083D0
Complementary color
Monochromatic Colors of #A083D0
Black with #A083D0
Text Example
Text Example
White with #A083D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083D0; }
p { color: rgb(160,131,208); }
H1.HeaderClassName
{
color: #A083D0;
}
.AnyTagClassName
{
color: #A083D0;
}
</style>
background-color css
<style>
a { background-color: #A083D0; }
a { background-color: rgb(160,131,208); }
div.DivClassName
{
background-color: #A083D0;
}
.BgClassName
{
background-color: #A083D0;
}
</style>
border-color css
<style>
span { border-color: #A083D0; }
span { border-color: rgb(160,131,208); }
td.TdClassName
{
border-color: #A083D0;
}
.TagClassName
{
border-color: #A083D0;
}
</style>