Shades of Cold Purple #A49CAF
Tints of Cold Purple #A49CAF
RGB
CMYK
RGB Variations
Color information
#A49CAF (or 0xA49CAF) is known color: Cold Purple. HEX triplet: A4, 9C and AF. RGB value is (164,156,175). Sum of RGB (Red+Green+Blue) = 164+156+175=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #A49CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49CAF is #5B6350. Grayscale: #A0A0A0. Windows color (decimal): -5989201 or 11508900. OLE color: 11508900.
HSL color Cylindrical-coordinate representation of color #A49CAF: hue angle of 265.26º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49CAF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 156 | 175 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.31 |
| HSL | 265.26º | 0.11% | 0.65% | - |
| HSV(B) | 265.26º | 0.11% | 0.69% | - |
| XYZ | 34.94 | 34.76 | 45.43 | - |
| YUV | 160.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 175 | 0.06 | 0.11 | 0 | 0.31 | 265.26 | 0.11 | 0.65 |
| Hex | A4 | 9C | AF | 6 | B | 0 | 1F | 109 | B | 41 |
| Octal | 244 | 234 | 257 | 6 | 13 | 0 | 37 | 411 | 13 | 101 |
| Binary | 10100100 | 10011100 | 10101111 | 110 | 1011 | 0 | 11111 | 100001001 | 1011 | 1000001 |
Color Harmonies of #A49CAF
Complementary color
Monochromatic Colors of #A49CAF
Black with #A49CAF
Text Example
Text Example
White with #A49CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CAF; }
p { color: rgb(164,156,175); }
H1.HeaderClassName
{
color: #A49CAF;
}
.AnyTagClassName
{
color: #A49CAF;
}
</style>
background-color css
<style>
a { background-color: #A49CAF; }
a { background-color: rgb(164,156,175); }
div.DivClassName
{
background-color: #A49CAF;
}
.BgClassName
{
background-color: #A49CAF;
}
</style>
border-color css
<style>
span { border-color: #A49CAF; }
span { border-color: rgb(164,156,175); }
td.TdClassName
{
border-color: #A49CAF;
}
.TagClassName
{
border-color: #A49CAF;
}
</style>