Shades of Cold Purple #A39ABC
Tints of Cold Purple #A39ABC
RGB
CMYK
RGB Variations
Color information
#A39ABC (or 0xA39ABC) is known color: Cold Purple. HEX triplet: A3, 9A and BC. RGB value is (163,154,188). Sum of RGB (Red+Green+Blue) = 163+154+188=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A39ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ABC is #5C6543. Grayscale: #A0A0A0. Windows color (decimal): -6055236 or 12360355. OLE color: 12360355.
HSL color Cylindrical-coordinate representation of color #A39ABC: hue angle of 255.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39ABC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 154 | 188 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.26 |
| HSL | 255.88º | 0.2% | 0.67% | - |
| HSV(B) | 255.88º | 0.18% | 0.74% | - |
| XYZ | 35.74 | 34.53 | 52.36 | - |
| YUV | 160.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 188 | 0.13 | 0.18 | 0 | 0.26 | 255.88 | 0.2 | 0.67 |
| Hex | A3 | 9A | BC | D | 12 | 0 | 1A | 100 | 14 | 43 |
| Octal | 243 | 232 | 274 | 15 | 22 | 0 | 32 | 400 | 24 | 103 |
| Binary | 10100011 | 10011010 | 10111100 | 1101 | 10010 | 0 | 11010 | 100000000 | 10100 | 1000011 |
Color Harmonies of #A39ABC
Complementary color
Monochromatic Colors of #A39ABC
Black with #A39ABC
Text Example
Text Example
White with #A39ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39ABC; }
p { color: rgb(163,154,188); }
H1.HeaderClassName
{
color: #A39ABC;
}
.AnyTagClassName
{
color: #A39ABC;
}
</style>
background-color css
<style>
a { background-color: #A39ABC; }
a { background-color: rgb(163,154,188); }
div.DivClassName
{
background-color: #A39ABC;
}
.BgClassName
{
background-color: #A39ABC;
}
</style>
border-color css
<style>
span { border-color: #A39ABC; }
span { border-color: rgb(163,154,188); }
td.TdClassName
{
border-color: #A39ABC;
}
.TagClassName
{
border-color: #A39ABC;
}
</style>