Shades of Cold Purple #A39BB5
Tints of Cold Purple #A39BB5
RGB
CMYK
RGB Variations
Color information
#A39BB5 (or 0xA39BB5) is known color: Cold Purple. HEX triplet: A3, 9B and B5. RGB value is (163,155,181). Sum of RGB (Red+Green+Blue) = 163+155+181=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 181 - color contains mainly: blue. Hex color #A39BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BB5 is #5C644A. Grayscale: #A0A0A0. Windows color (decimal): -6054987 or 11901859. OLE color: 11901859.
HSL color Cylindrical-coordinate representation of color #A39BB5: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A39BB5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 155 | 181 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.29 |
| HSL | 258.46º | 0.15% | 0.66% | - |
| HSV(B) | 258.46º | 0.14% | 0.71% | - |
| XYZ | 35.17 | 34.57 | 48.53 | - |
| YUV | 160.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 181 | 0.10 | 0.14 | 0 | 0.29 | 258.46 | 0.15 | 0.66 |
| Hex | A3 | 9B | B5 | A | E | 0 | 1D | 102 | F | 42 |
| Octal | 243 | 233 | 265 | 12 | 16 | 0 | 35 | 402 | 17 | 102 |
| Binary | 10100011 | 10011011 | 10110101 | 1010 | 1110 | 0 | 11101 | 100000010 | 1111 | 1000010 |
Color Harmonies of #A39BB5
Complementary color
Monochromatic Colors of #A39BB5
Black with #A39BB5
Text Example
Text Example
White with #A39BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BB5; }
p { color: rgb(163,155,181); }
H1.HeaderClassName
{
color: #A39BB5;
}
.AnyTagClassName
{
color: #A39BB5;
}
</style>
background-color css
<style>
a { background-color: #A39BB5; }
a { background-color: rgb(163,155,181); }
div.DivClassName
{
background-color: #A39BB5;
}
.BgClassName
{
background-color: #A39BB5;
}
</style>
border-color css
<style>
span { border-color: #A39BB5; }
span { border-color: rgb(163,155,181); }
td.TdClassName
{
border-color: #A39BB5;
}
.TagClassName
{
border-color: #A39BB5;
}
</style>