Shades of Cold Purple #A38AD0
Tints of Cold Purple #A38AD0
RGB
CMYK
RGB Variations
Color information
#A38AD0 (or 0xA38AD0) is known color: Cold Purple. HEX triplet: A3, 8A and D0. RGB value is (163,138,208). Sum of RGB (Red+Green+Blue) = 163+138+208=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #A38AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD0 is #5C752F. Grayscale: #999999. Windows color (decimal): -6059312 or 13666979. OLE color: 13666979.
HSL color Cylindrical-coordinate representation of color #A38AD0: hue angle of 261.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38AD0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 138 | 208 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.18 |
| HSL | 261.43º | 0.43% | 0.68% | - |
| HSV(B) | 261.43º | 0.34% | 0.82% | - |
| XYZ | 35.58 | 30.52 | 63.69 | - |
| YUV | 153.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 208 | 0.22 | 0.34 | 0 | 0.18 | 261.43 | 0.43 | 0.68 |
| Hex | A3 | 8A | D0 | 16 | 22 | 0 | 12 | 105 | 2B | 44 |
| Octal | 243 | 212 | 320 | 26 | 42 | 0 | 22 | 405 | 53 | 104 |
| Binary | 10100011 | 10001010 | 11010000 | 10110 | 100010 | 0 | 10010 | 100000101 | 101011 | 1000100 |
Color Harmonies of #A38AD0
Complementary color
Monochromatic Colors of #A38AD0
Black with #A38AD0
Text Example
Text Example
White with #A38AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AD0; }
p { color: rgb(163,138,208); }
H1.HeaderClassName
{
color: #A38AD0;
}
.AnyTagClassName
{
color: #A38AD0;
}
</style>
background-color css
<style>
a { background-color: #A38AD0; }
a { background-color: rgb(163,138,208); }
div.DivClassName
{
background-color: #A38AD0;
}
.BgClassName
{
background-color: #A38AD0;
}
</style>
border-color css
<style>
span { border-color: #A38AD0; }
span { border-color: rgb(163,138,208); }
td.TdClassName
{
border-color: #A38AD0;
}
.TagClassName
{
border-color: #A38AD0;
}
</style>