Shades of Cold Purple #A39BAF
Tints of Cold Purple #A39BAF
RGB
CMYK
RGB Variations
Color information
#A39BAF (or 0xA39BAF) is known color: Cold Purple. HEX triplet: A3, 9B and AF. RGB value is (163,155,175). Sum of RGB (Red+Green+Blue) = 163+155+175=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: blue. Hex color #A39BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAF is #5C6450. Grayscale: #9F9F9F. Windows color (decimal): -6054993 or 11508643. OLE color: 11508643.
HSL color Cylindrical-coordinate representation of color #A39BAF: hue angle of 264º 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 #A39BAF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 155 | 175 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.31 |
| HSL | 264º | 0.11% | 0.65% | - |
| HSV(B) | 264º | 0.11% | 0.69% | - |
| XYZ | 34.56 | 34.32 | 45.36 | - |
| YUV | 159.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 175 | 0.07 | 0.11 | 0 | 0.31 | 264 | 0.11 | 0.65 |
| Hex | A3 | 9B | AF | 7 | B | 0 | 1F | 108 | B | 41 |
| Octal | 243 | 233 | 257 | 7 | 13 | 0 | 37 | 410 | 13 | 101 |
| Binary | 10100011 | 10011011 | 10101111 | 111 | 1011 | 0 | 11111 | 100001000 | 1011 | 1000001 |
Color Harmonies of #A39BAF
Complementary color
Monochromatic Colors of #A39BAF
Black with #A39BAF
Text Example
Text Example
White with #A39BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BAF; }
p { color: rgb(163,155,175); }
H1.HeaderClassName
{
color: #A39BAF;
}
.AnyTagClassName
{
color: #A39BAF;
}
</style>
background-color css
<style>
a { background-color: #A39BAF; }
a { background-color: rgb(163,155,175); }
div.DivClassName
{
background-color: #A39BAF;
}
.BgClassName
{
background-color: #A39BAF;
}
</style>
border-color css
<style>
span { border-color: #A39BAF; }
span { border-color: rgb(163,155,175); }
td.TdClassName
{
border-color: #A39BAF;
}
.TagClassName
{
border-color: #A39BAF;
}
</style>