Shades of Cold Purple #A38CCD
Tints of Cold Purple #A38CCD
RGB
CMYK
RGB Variations
Color information
#A38CCD (or 0xA38CCD) is known color: Cold Purple. HEX triplet: A3, 8C and CD. RGB value is (163,140,205). Sum of RGB (Red+Green+Blue) = 163+140+205=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCD is #5C7332. Grayscale: #9A9A9A. Windows color (decimal): -6058803 or 13470883. OLE color: 13470883.
HSL color Cylindrical-coordinate representation of color #A38CCD: hue angle of 261.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38CCD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 140 | 205 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.20 |
| HSL | 261.23º | 0.39% | 0.68% | - |
| HSV(B) | 261.23º | 0.32% | 0.8% | - |
| XYZ | 35.5 | 30.95 | 61.86 | - |
| YUV | 154.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 205 | 0.20 | 0.32 | 0 | 0.20 | 261.23 | 0.39 | 0.68 |
| Hex | A3 | 8C | CD | 14 | 20 | 0 | 14 | 105 | 27 | 44 |
| Octal | 243 | 214 | 315 | 24 | 40 | 0 | 24 | 405 | 47 | 104 |
| Binary | 10100011 | 10001100 | 11001101 | 10100 | 100000 | 0 | 10100 | 100000101 | 100111 | 1000100 |
Color Harmonies of #A38CCD
Complementary color
Monochromatic Colors of #A38CCD
Black with #A38CCD
Text Example
Text Example
White with #A38CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CCD; }
p { color: rgb(163,140,205); }
H1.HeaderClassName
{
color: #A38CCD;
}
.AnyTagClassName
{
color: #A38CCD;
}
</style>
background-color css
<style>
a { background-color: #A38CCD; }
a { background-color: rgb(163,140,205); }
div.DivClassName
{
background-color: #A38CCD;
}
.BgClassName
{
background-color: #A38CCD;
}
</style>
border-color css
<style>
span { border-color: #A38CCD; }
span { border-color: rgb(163,140,205); }
td.TdClassName
{
border-color: #A38CCD;
}
.TagClassName
{
border-color: #A38CCD;
}
</style>