Shades of Cold Purple #A48CCD
Tints of Cold Purple #A48CCD
RGB
CMYK
RGB Variations
Color information
#A48CCD (or 0xA48CCD) is known color: Cold Purple. HEX triplet: A4, 8C and CD. RGB value is (164,140,205). Sum of RGB (Red+Green+Blue) = 164+140+205=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CCD is #5B7332. Grayscale: #9A9A9A. Windows color (decimal): -5993267 or 13470884. OLE color: 13470884.
HSL color Cylindrical-coordinate representation of color #A48CCD: hue angle of 262.15º 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 #A48CCD is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 140 | 205 | - |
| CMYK | 0.2 | 0.32 | 0 | 0.20 |
| HSL | 262.15º | 0.39% | 0.68% | - |
| HSV(B) | 262.15º | 0.32% | 0.8% | - |
| XYZ | 35.71 | 31.06 | 61.87 | - |
| YUV | 154.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 205 | 0.2 | 0.32 | 0 | 0.20 | 262.15 | 0.39 | 0.68 |
| Hex | A4 | 8C | CD | 14 | 20 | 0 | 14 | 106 | 27 | 44 |
| Octal | 244 | 214 | 315 | 24 | 40 | 0 | 24 | 406 | 47 | 104 |
| Binary | 10100100 | 10001100 | 11001101 | 10100 | 100000 | 0 | 10100 | 100000110 | 100111 | 1000100 |
Color Harmonies of #A48CCD
Complementary color
Monochromatic Colors of #A48CCD
Black with #A48CCD
Text Example
Text Example
White with #A48CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CCD; }
p { color: rgb(164,140,205); }
H1.HeaderClassName
{
color: #A48CCD;
}
.AnyTagClassName
{
color: #A48CCD;
}
</style>
background-color css
<style>
a { background-color: #A48CCD; }
a { background-color: rgb(164,140,205); }
div.DivClassName
{
background-color: #A48CCD;
}
.BgClassName
{
background-color: #A48CCD;
}
</style>
border-color css
<style>
span { border-color: #A48CCD; }
span { border-color: rgb(164,140,205); }
td.TdClassName
{
border-color: #A48CCD;
}
.TagClassName
{
border-color: #A48CCD;
}
</style>