Shades of Cold Purple #A38FBD
Tints of Cold Purple #A38FBD
RGB
CMYK
RGB Variations
Color information
#A38FBD (or 0xA38FBD) is known color: Cold Purple. HEX triplet: A3, 8F and BD. RGB value is (163,143,189). Sum of RGB (Red+Green+Blue) = 163+143+189=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A38FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBD is #5C7042. Grayscale: #9A9A9A. Windows color (decimal): -6058051 or 12423075. OLE color: 12423075.
HSL color Cylindrical-coordinate representation of color #A38FBD: hue angle of 266.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38FBD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 143 | 189 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.26 |
| HSL | 266.09º | 0.26% | 0.65% | - |
| HSV(B) | 266.09º | 0.24% | 0.74% | - |
| XYZ | 34.11 | 31.11 | 52.35 | - |
| YUV | 154.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 189 | 0.14 | 0.24 | 0 | 0.26 | 266.09 | 0.26 | 0.65 |
| Hex | A3 | 8F | BD | E | 18 | 0 | 1A | 10A | 1A | 41 |
| Octal | 243 | 217 | 275 | 16 | 30 | 0 | 32 | 412 | 32 | 101 |
| Binary | 10100011 | 10001111 | 10111101 | 1110 | 11000 | 0 | 11010 | 100001010 | 11010 | 1000001 |
Color Harmonies of #A38FBD
Complementary color
Monochromatic Colors of #A38FBD
Black with #A38FBD
Text Example
Text Example
White with #A38FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FBD; }
p { color: rgb(163,143,189); }
H1.HeaderClassName
{
color: #A38FBD;
}
.AnyTagClassName
{
color: #A38FBD;
}
</style>
background-color css
<style>
a { background-color: #A38FBD; }
a { background-color: rgb(163,143,189); }
div.DivClassName
{
background-color: #A38FBD;
}
.BgClassName
{
background-color: #A38FBD;
}
</style>
border-color css
<style>
span { border-color: #A38FBD; }
span { border-color: rgb(163,143,189); }
td.TdClassName
{
border-color: #A38FBD;
}
.TagClassName
{
border-color: #A38FBD;
}
</style>