Shades of Cold Purple #A38FC1
Tints of Cold Purple #A38FC1
RGB
CMYK
RGB Variations
Color information
#A38FC1 (or 0xA38FC1) is known color: Cold Purple. HEX triplet: A3, 8F and C1. RGB value is (163,143,193). Sum of RGB (Red+Green+Blue) = 163+143+193=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #A38FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FC1 is #5C703E. Grayscale: #9A9A9A. Windows color (decimal): -6058047 or 12685219. OLE color: 12685219.
HSL color Cylindrical-coordinate representation of color #A38FC1: hue angle of 264º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38FC1 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 143 | 193 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.24 |
| HSL | 264º | 0.29% | 0.66% | - |
| HSV(B) | 264º | 0.26% | 0.76% | - |
| XYZ | 34.55 | 31.28 | 54.67 | - |
| YUV | 154.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 193 | 0.16 | 0.26 | 0 | 0.24 | 264 | 0.29 | 0.66 |
| Hex | A3 | 8F | C1 | 10 | 1A | 0 | 18 | 108 | 1D | 42 |
| Octal | 243 | 217 | 301 | 20 | 32 | 0 | 30 | 410 | 35 | 102 |
| Binary | 10100011 | 10001111 | 11000001 | 10000 | 11010 | 0 | 11000 | 100001000 | 11101 | 1000010 |
Color Harmonies of #A38FC1
Complementary color
Monochromatic Colors of #A38FC1
Black with #A38FC1
Text Example
Text Example
White with #A38FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FC1; }
p { color: rgb(163,143,193); }
H1.HeaderClassName
{
color: #A38FC1;
}
.AnyTagClassName
{
color: #A38FC1;
}
</style>
background-color css
<style>
a { background-color: #A38FC1; }
a { background-color: rgb(163,143,193); }
div.DivClassName
{
background-color: #A38FC1;
}
.BgClassName
{
background-color: #A38FC1;
}
</style>
border-color css
<style>
span { border-color: #A38FC1; }
span { border-color: rgb(163,143,193); }
td.TdClassName
{
border-color: #A38FC1;
}
.TagClassName
{
border-color: #A38FC1;
}
</style>