Shades of Cold Purple #A38BCA
Tints of Cold Purple #A38BCA
RGB
CMYK
RGB Variations
Color information
#A38BCA (or 0xA38BCA) is known color: Cold Purple. HEX triplet: A3, 8B and CA. RGB value is (163,139,202). Sum of RGB (Red+Green+Blue) = 163+139+202=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A38BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BCA is #5C7435. Grayscale: #999999. Windows color (decimal): -6059062 or 13274019. OLE color: 13274019.
HSL color Cylindrical-coordinate representation of color #A38BCA: hue angle of 262.86º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38BCA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 139 | 202 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.21 |
| HSL | 262.86º | 0.37% | 0.67% | - |
| HSV(B) | 262.86º | 0.31% | 0.79% | - |
| XYZ | 35 | 30.52 | 59.92 | - |
| YUV | 153.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 202 | 0.19 | 0.31 | 0 | 0.21 | 262.86 | 0.37 | 0.67 |
| Hex | A3 | 8B | CA | 13 | 1F | 0 | 15 | 107 | 25 | 43 |
| Octal | 243 | 213 | 312 | 23 | 37 | 0 | 25 | 407 | 45 | 103 |
| Binary | 10100011 | 10001011 | 11001010 | 10011 | 11111 | 0 | 10101 | 100000111 | 100101 | 1000011 |
Color Harmonies of #A38BCA
Complementary color
Monochromatic Colors of #A38BCA
Black with #A38BCA
Text Example
Text Example
White with #A38BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BCA; }
p { color: rgb(163,139,202); }
H1.HeaderClassName
{
color: #A38BCA;
}
.AnyTagClassName
{
color: #A38BCA;
}
</style>
background-color css
<style>
a { background-color: #A38BCA; }
a { background-color: rgb(163,139,202); }
div.DivClassName
{
background-color: #A38BCA;
}
.BgClassName
{
background-color: #A38BCA;
}
</style>
border-color css
<style>
span { border-color: #A38BCA; }
span { border-color: rgb(163,139,202); }
td.TdClassName
{
border-color: #A38BCA;
}
.TagClassName
{
border-color: #A38BCA;
}
</style>