Shades of Cold Purple #A38BBE
Tints of Cold Purple #A38BBE
RGB
CMYK
RGB Variations
Color information
#A38BBE (or 0xA38BBE) is known color: Cold Purple. HEX triplet: A3, 8B and BE. RGB value is (163,139,190). Sum of RGB (Red+Green+Blue) = 163+139+190=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A38BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BBE is #5C7441. Grayscale: #979797. Windows color (decimal): -6059074 or 12487587. OLE color: 12487587.
HSL color Cylindrical-coordinate representation of color #A38BBE: hue angle of 268.24º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38BBE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 139 | 190 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.25 |
| HSL | 268.24º | 0.28% | 0.65% | - |
| HSV(B) | 268.24º | 0.27% | 0.75% | - |
| XYZ | 33.63 | 29.97 | 52.73 | - |
| YUV | 151.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 190 | 0.14 | 0.27 | 0 | 0.25 | 268.24 | 0.28 | 0.65 |
| Hex | A3 | 8B | BE | E | 1B | 0 | 19 | 10C | 1C | 41 |
| Octal | 243 | 213 | 276 | 16 | 33 | 0 | 31 | 414 | 34 | 101 |
| Binary | 10100011 | 10001011 | 10111110 | 1110 | 11011 | 0 | 11001 | 100001100 | 11100 | 1000001 |
Color Harmonies of #A38BBE
Complementary color
Monochromatic Colors of #A38BBE
Black with #A38BBE
Text Example
Text Example
White with #A38BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BBE; }
p { color: rgb(163,139,190); }
H1.HeaderClassName
{
color: #A38BBE;
}
.AnyTagClassName
{
color: #A38BBE;
}
</style>
background-color css
<style>
a { background-color: #A38BBE; }
a { background-color: rgb(163,139,190); }
div.DivClassName
{
background-color: #A38BBE;
}
.BgClassName
{
background-color: #A38BBE;
}
</style>
border-color css
<style>
span { border-color: #A38BBE; }
span { border-color: rgb(163,139,190); }
td.TdClassName
{
border-color: #A38BBE;
}
.TagClassName
{
border-color: #A38BBE;
}
</style>