Shades of Cold Purple #A398B6
Tints of Cold Purple #A398B6
RGB
CMYK
RGB Variations
Color information
#A398B6 (or 0xA398B6) is known color: Cold Purple. HEX triplet: A3, 98 and B6. RGB value is (163,152,182). Sum of RGB (Red+Green+Blue) = 163+152+182=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #A398B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398B6 is #5C6749. Grayscale: #9E9E9E. Windows color (decimal): -6055754 or 11966627. OLE color: 11966627.
HSL color Cylindrical-coordinate representation of color #A398B6: hue angle of 262º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A398B6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 152 | 182 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.29 |
| HSL | 262º | 0.17% | 0.65% | - |
| HSV(B) | 262º | 0.16% | 0.71% | - |
| XYZ | 34.78 | 33.62 | 48.91 | - |
| YUV | 158.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 182 | 0.10 | 0.16 | 0 | 0.29 | 262 | 0.17 | 0.65 |
| Hex | A3 | 98 | B6 | A | 10 | 0 | 1D | 106 | 11 | 41 |
| Octal | 243 | 230 | 266 | 12 | 20 | 0 | 35 | 406 | 21 | 101 |
| Binary | 10100011 | 10011000 | 10110110 | 1010 | 10000 | 0 | 11101 | 100000110 | 10001 | 1000001 |
Color Harmonies of #A398B6
Complementary color
Monochromatic Colors of #A398B6
Black with #A398B6
Text Example
Text Example
White with #A398B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398B6; }
p { color: rgb(163,152,182); }
H1.HeaderClassName
{
color: #A398B6;
}
.AnyTagClassName
{
color: #A398B6;
}
</style>
background-color css
<style>
a { background-color: #A398B6; }
a { background-color: rgb(163,152,182); }
div.DivClassName
{
background-color: #A398B6;
}
.BgClassName
{
background-color: #A398B6;
}
</style>
border-color css
<style>
span { border-color: #A398B6; }
span { border-color: rgb(163,152,182); }
td.TdClassName
{
border-color: #A398B6;
}
.TagClassName
{
border-color: #A398B6;
}
</style>