Shades of Cold Purple #A38AC9
Tints of Cold Purple #A38AC9
RGB
CMYK
RGB Variations
Color information
#A38AC9 (or 0xA38AC9) is known color: Cold Purple. HEX triplet: A3, 8A and C9. RGB value is (163,138,201). Sum of RGB (Red+Green+Blue) = 163+138+201=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #A38AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AC9 is #5C7536. Grayscale: #989898. Windows color (decimal): -6059319 or 13208227. OLE color: 13208227.
HSL color Cylindrical-coordinate representation of color #A38AC9: hue angle of 263.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38AC9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 138 | 201 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.21 |
| HSL | 263.81º | 0.37% | 0.66% | - |
| HSV(B) | 263.81º | 0.31% | 0.79% | - |
| XYZ | 34.74 | 30.18 | 59.25 | - |
| YUV | 152.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 201 | 0.19 | 0.31 | 0 | 0.21 | 263.81 | 0.37 | 0.66 |
| Hex | A3 | 8A | C9 | 13 | 1F | 0 | 15 | 108 | 25 | 42 |
| Octal | 243 | 212 | 311 | 23 | 37 | 0 | 25 | 410 | 45 | 102 |
| Binary | 10100011 | 10001010 | 11001001 | 10011 | 11111 | 0 | 10101 | 100001000 | 100101 | 1000010 |
Color Harmonies of #A38AC9
Complementary color
Monochromatic Colors of #A38AC9
Black with #A38AC9
Text Example
Text Example
White with #A38AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AC9; }
p { color: rgb(163,138,201); }
H1.HeaderClassName
{
color: #A38AC9;
}
.AnyTagClassName
{
color: #A38AC9;
}
</style>
background-color css
<style>
a { background-color: #A38AC9; }
a { background-color: rgb(163,138,201); }
div.DivClassName
{
background-color: #A38AC9;
}
.BgClassName
{
background-color: #A38AC9;
}
</style>
border-color css
<style>
span { border-color: #A38AC9; }
span { border-color: rgb(163,138,201); }
td.TdClassName
{
border-color: #A38AC9;
}
.TagClassName
{
border-color: #A38AC9;
}
</style>