Shades of Cold Purple #A39AAE
Tints of Cold Purple #A39AAE
RGB
CMYK
RGB Variations
Color information
#A39AAE (or 0xA39AAE) is known color: Cold Purple. HEX triplet: A3, 9A and AE. RGB value is (163,154,174). Sum of RGB (Red+Green+Blue) = 163+154+174=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A39AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AAE is #5C6551. Grayscale: #9E9E9E. Windows color (decimal): -6055250 or 11442851. OLE color: 11442851.
HSL color Cylindrical-coordinate representation of color #A39AAE: hue angle of 267º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39AAE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 154 | 174 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.32 |
| HSL | 267º | 0.11% | 0.64% | - |
| HSV(B) | 267º | 0.11% | 0.68% | - |
| XYZ | 34.3 | 33.95 | 44.79 | - |
| YUV | 158.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 174 | 0.06 | 0.11 | 0 | 0.32 | 267 | 0.11 | 0.64 |
| Hex | A3 | 9A | AE | 6 | B | 0 | 20 | 10B | B | 40 |
| Octal | 243 | 232 | 256 | 6 | 13 | 0 | 40 | 413 | 13 | 100 |
| Binary | 10100011 | 10011010 | 10101110 | 110 | 1011 | 0 | 100000 | 100001011 | 1011 | 1000000 |
Color Harmonies of #A39AAE
Complementary color
Monochromatic Colors of #A39AAE
Black with #A39AAE
Text Example
Text Example
White with #A39AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AAE; }
p { color: rgb(163,154,174); }
H1.HeaderClassName
{
color: #A39AAE;
}
.AnyTagClassName
{
color: #A39AAE;
}
</style>
background-color css
<style>
a { background-color: #A39AAE; }
a { background-color: rgb(163,154,174); }
div.DivClassName
{
background-color: #A39AAE;
}
.BgClassName
{
background-color: #A39AAE;
}
</style>
border-color css
<style>
span { border-color: #A39AAE; }
span { border-color: rgb(163,154,174); }
td.TdClassName
{
border-color: #A39AAE;
}
.TagClassName
{
border-color: #A39AAE;
}
</style>