Shades of Cold Purple #A39AB2
Tints of Cold Purple #A39AB2
RGB
CMYK
RGB Variations
Color information
#A39AB2 (or 0xA39AB2) is known color: Cold Purple. HEX triplet: A3, 9A and B2. RGB value is (163,154,178). Sum of RGB (Red+Green+Blue) = 163+154+178=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 178 - color contains mainly: blue. Hex color #A39AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AB2 is #5C654D. Grayscale: #9F9F9F. Windows color (decimal): -6055246 or 11704995. OLE color: 11704995.
HSL color Cylindrical-coordinate representation of color #A39AB2: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A39AB2 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 154 | 178 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.30 |
| HSL | 262.5º | 0.13% | 0.65% | - |
| HSV(B) | 262.5º | 0.13% | 0.7% | - |
| XYZ | 34.7 | 34.11 | 46.88 | - |
| YUV | 159.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 178 | 0.08 | 0.13 | 0 | 0.30 | 262.5 | 0.13 | 0.65 |
| Hex | A3 | 9A | B2 | 8 | D | 0 | 1E | 106 | D | 41 |
| Octal | 243 | 232 | 262 | 10 | 15 | 0 | 36 | 406 | 15 | 101 |
| Binary | 10100011 | 10011010 | 10110010 | 1000 | 1101 | 0 | 11110 | 100000110 | 1101 | 1000001 |
Color Harmonies of #A39AB2
Complementary color
Monochromatic Colors of #A39AB2
Black with #A39AB2
Text Example
Text Example
White with #A39AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39AB2; }
p { color: rgb(163,154,178); }
H1.HeaderClassName
{
color: #A39AB2;
}
.AnyTagClassName
{
color: #A39AB2;
}
</style>
background-color css
<style>
a { background-color: #A39AB2; }
a { background-color: rgb(163,154,178); }
div.DivClassName
{
background-color: #A39AB2;
}
.BgClassName
{
background-color: #A39AB2;
}
</style>
border-color css
<style>
span { border-color: #A39AB2; }
span { border-color: rgb(163,154,178); }
td.TdClassName
{
border-color: #A39AB2;
}
.TagClassName
{
border-color: #A39AB2;
}
</style>