Shades of Cold Purple #A399BC
Tints of Cold Purple #A399BC
RGB
CMYK
RGB Variations
Color information
#A399BC (or 0xA399BC) is known color: Cold Purple. HEX triplet: A3, 99 and BC. RGB value is (163,153,188). Sum of RGB (Red+Green+Blue) = 163+153+188=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A399BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399BC is #5C6643. Grayscale: #9F9F9F. Windows color (decimal): -6055492 or 12360099. OLE color: 12360099.
HSL color Cylindrical-coordinate representation of color #A399BC: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A399BC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 153 | 188 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.26 |
| HSL | 257.14º | 0.21% | 0.67% | - |
| HSV(B) | 257.14º | 0.19% | 0.74% | - |
| XYZ | 35.57 | 34.2 | 52.3 | - |
| YUV | 159.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 188 | 0.13 | 0.19 | 0 | 0.26 | 257.14 | 0.21 | 0.67 |
| Hex | A3 | 99 | BC | D | 13 | 0 | 1A | 101 | 15 | 43 |
| Octal | 243 | 231 | 274 | 15 | 23 | 0 | 32 | 401 | 25 | 103 |
| Binary | 10100011 | 10011001 | 10111100 | 1101 | 10011 | 0 | 11010 | 100000001 | 10101 | 1000011 |
Color Harmonies of #A399BC
Complementary color
Monochromatic Colors of #A399BC
Black with #A399BC
Text Example
Text Example
White with #A399BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399BC; }
p { color: rgb(163,153,188); }
H1.HeaderClassName
{
color: #A399BC;
}
.AnyTagClassName
{
color: #A399BC;
}
</style>
background-color css
<style>
a { background-color: #A399BC; }
a { background-color: rgb(163,153,188); }
div.DivClassName
{
background-color: #A399BC;
}
.BgClassName
{
background-color: #A399BC;
}
</style>
border-color css
<style>
span { border-color: #A399BC; }
span { border-color: rgb(163,153,188); }
td.TdClassName
{
border-color: #A399BC;
}
.TagClassName
{
border-color: #A399BC;
}
</style>