Shades of Cold Purple #A38BC8
Tints of Cold Purple #A38BC8
RGB
CMYK
RGB Variations
Color information
#A38BC8 (or 0xA38BC8) is known color: Cold Purple. HEX triplet: A3, 8B and C8. RGB value is (163,139,200). Sum of RGB (Red+Green+Blue) = 163+139+200=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #A38BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BC8 is #5C7437. Grayscale: #989898. Windows color (decimal): -6059064 or 13142947. OLE color: 13142947.
HSL color Cylindrical-coordinate representation of color #A38BC8: hue angle of 263.61º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38BC8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 139 | 200 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.22 |
| HSL | 263.61º | 0.36% | 0.66% | - |
| HSV(B) | 263.61º | 0.31% | 0.78% | - |
| XYZ | 34.76 | 30.42 | 58.68 | - |
| YUV | 153.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 200 | 0.18 | 0.30 | 0 | 0.22 | 263.61 | 0.36 | 0.66 |
| Hex | A3 | 8B | C8 | 12 | 1E | 0 | 16 | 108 | 24 | 42 |
| Octal | 243 | 213 | 310 | 22 | 36 | 0 | 26 | 410 | 44 | 102 |
| Binary | 10100011 | 10001011 | 11001000 | 10010 | 11110 | 0 | 10110 | 100001000 | 100100 | 1000010 |
Color Harmonies of #A38BC8
Complementary color
Monochromatic Colors of #A38BC8
Black with #A38BC8
Text Example
Text Example
White with #A38BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BC8; }
p { color: rgb(163,139,200); }
H1.HeaderClassName
{
color: #A38BC8;
}
.AnyTagClassName
{
color: #A38BC8;
}
</style>
background-color css
<style>
a { background-color: #A38BC8; }
a { background-color: rgb(163,139,200); }
div.DivClassName
{
background-color: #A38BC8;
}
.BgClassName
{
background-color: #A38BC8;
}
</style>
border-color css
<style>
span { border-color: #A38BC8; }
span { border-color: rgb(163,139,200); }
td.TdClassName
{
border-color: #A38BC8;
}
.TagClassName
{
border-color: #A38BC8;
}
</style>