Shades of Cold Purple #A48BC6
Tints of Cold Purple #A48BC6
RGB
CMYK
RGB Variations
Color information
#A48BC6 (or 0xA48BC6) is known color: Cold Purple. HEX triplet: A4, 8B and C6. RGB value is (164,139,198). Sum of RGB (Red+Green+Blue) = 164+139+198=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #A48BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BC6 is #5B7439. Grayscale: #989898. Windows color (decimal): -5993530 or 13011876. OLE color: 13011876.
HSL color Cylindrical-coordinate representation of color #A48BC6: hue angle of 265.42º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48BC6 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 139 | 198 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.22 |
| HSL | 265.42º | 0.34% | 0.66% | - |
| HSV(B) | 265.42º | 0.3% | 0.78% | - |
| XYZ | 34.74 | 30.43 | 57.47 | - |
| YUV | 153.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 198 | 0.17 | 0.30 | 0 | 0.22 | 265.42 | 0.34 | 0.66 |
| Hex | A4 | 8B | C6 | 11 | 1E | 0 | 16 | 109 | 22 | 42 |
| Octal | 244 | 213 | 306 | 21 | 36 | 0 | 26 | 411 | 42 | 102 |
| Binary | 10100100 | 10001011 | 11000110 | 10001 | 11110 | 0 | 10110 | 100001001 | 100010 | 1000010 |
Color Harmonies of #A48BC6
Complementary color
Monochromatic Colors of #A48BC6
Black with #A48BC6
Text Example
Text Example
White with #A48BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BC6; }
p { color: rgb(164,139,198); }
H1.HeaderClassName
{
color: #A48BC6;
}
.AnyTagClassName
{
color: #A48BC6;
}
</style>
background-color css
<style>
a { background-color: #A48BC6; }
a { background-color: rgb(164,139,198); }
div.DivClassName
{
background-color: #A48BC6;
}
.BgClassName
{
background-color: #A48BC6;
}
</style>
border-color css
<style>
span { border-color: #A48BC6; }
span { border-color: rgb(164,139,198); }
td.TdClassName
{
border-color: #A48BC6;
}
.TagClassName
{
border-color: #A48BC6;
}
</style>