Shades of Cold Purple #A398BD
Tints of Cold Purple #A398BD
RGB
CMYK
RGB Variations
Color information
#A398BD (or 0xA398BD) is known color: Cold Purple. HEX triplet: A3, 98 and BD. RGB value is (163,152,189). Sum of RGB (Red+Green+Blue) = 163+152+189=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A398BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BD is #5C6742. Grayscale: #9F9F9F. Windows color (decimal): -6055747 or 12425379. OLE color: 12425379.
HSL color Cylindrical-coordinate representation of color #A398BD: hue angle of 257.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A398BD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 152 | 189 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.26 |
| HSL | 257.84º | 0.22% | 0.67% | - |
| HSV(B) | 257.84º | 0.2% | 0.74% | - |
| XYZ | 35.52 | 33.92 | 52.82 | - |
| YUV | 159.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 189 | 0.14 | 0.20 | 0 | 0.26 | 257.84 | 0.22 | 0.67 |
| Hex | A3 | 98 | BD | E | 14 | 0 | 1A | 102 | 16 | 43 |
| Octal | 243 | 230 | 275 | 16 | 24 | 0 | 32 | 402 | 26 | 103 |
| Binary | 10100011 | 10011000 | 10111101 | 1110 | 10100 | 0 | 11010 | 100000010 | 10110 | 1000011 |
Color Harmonies of #A398BD
Complementary color
Monochromatic Colors of #A398BD
Black with #A398BD
Text Example
Text Example
White with #A398BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398BD; }
p { color: rgb(163,152,189); }
H1.HeaderClassName
{
color: #A398BD;
}
.AnyTagClassName
{
color: #A398BD;
}
</style>
background-color css
<style>
a { background-color: #A398BD; }
a { background-color: rgb(163,152,189); }
div.DivClassName
{
background-color: #A398BD;
}
.BgClassName
{
background-color: #A398BD;
}
</style>
border-color css
<style>
span { border-color: #A398BD; }
span { border-color: rgb(163,152,189); }
td.TdClassName
{
border-color: #A398BD;
}
.TagClassName
{
border-color: #A398BD;
}
</style>