Shades of Cold Purple #A48FBE
Tints of Cold Purple #A48FBE
RGB
CMYK
RGB Variations
Color information
#A48FBE (or 0xA48FBE) is known color: Cold Purple. HEX triplet: A4, 8F and BE. RGB value is (164,143,190). Sum of RGB (Red+Green+Blue) = 164+143+190=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A48FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FBE is #5B7041. Grayscale: #9A9A9A. Windows color (decimal): -5992514 or 12488612. OLE color: 12488612.
HSL color Cylindrical-coordinate representation of color #A48FBE: hue angle of 266.81º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A48FBE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 143 | 190 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.25 |
| HSL | 266.81º | 0.27% | 0.65% | - |
| HSV(B) | 266.81º | 0.25% | 0.75% | - |
| XYZ | 34.43 | 31.26 | 52.93 | - |
| YUV | 154.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 190 | 0.14 | 0.25 | 0 | 0.25 | 266.81 | 0.27 | 0.65 |
| Hex | A4 | 8F | BE | E | 19 | 0 | 19 | 10B | 1B | 41 |
| Octal | 244 | 217 | 276 | 16 | 31 | 0 | 31 | 413 | 33 | 101 |
| Binary | 10100100 | 10001111 | 10111110 | 1110 | 11001 | 0 | 11001 | 100001011 | 11011 | 1000001 |
Color Harmonies of #A48FBE
Complementary color
Monochromatic Colors of #A48FBE
Black with #A48FBE
Text Example
Text Example
White with #A48FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FBE; }
p { color: rgb(164,143,190); }
H1.HeaderClassName
{
color: #A48FBE;
}
.AnyTagClassName
{
color: #A48FBE;
}
</style>
background-color css
<style>
a { background-color: #A48FBE; }
a { background-color: rgb(164,143,190); }
div.DivClassName
{
background-color: #A48FBE;
}
.BgClassName
{
background-color: #A48FBE;
}
</style>
border-color css
<style>
span { border-color: #A48FBE; }
span { border-color: rgb(164,143,190); }
td.TdClassName
{
border-color: #A48FBE;
}
.TagClassName
{
border-color: #A48FBE;
}
</style>