Shades of Cold Purple #A393B9
Tints of Cold Purple #A393B9
RGB
CMYK
RGB Variations
Color information
#A393B9 (or 0xA393B9) is known color: Cold Purple. HEX triplet: A3, 93 and B9. RGB value is (163,147,185). Sum of RGB (Red+Green+Blue) = 163+147+185=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #A393B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393B9 is #5C6C46. Grayscale: #9B9B9B. Windows color (decimal): -6057031 or 12161955. OLE color: 12161955.
HSL color Cylindrical-coordinate representation of color #A393B9: hue angle of 265.26º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A393B9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 147 | 185 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.27 |
| HSL | 265.26º | 0.21% | 0.65% | - |
| HSV(B) | 265.26º | 0.21% | 0.73% | - |
| XYZ | 34.29 | 32.16 | 50.3 | - |
| YUV | 156.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 185 | 0.12 | 0.21 | 0 | 0.27 | 265.26 | 0.21 | 0.65 |
| Hex | A3 | 93 | B9 | C | 15 | 0 | 1B | 109 | 15 | 41 |
| Octal | 243 | 223 | 271 | 14 | 25 | 0 | 33 | 411 | 25 | 101 |
| Binary | 10100011 | 10010011 | 10111001 | 1100 | 10101 | 0 | 11011 | 100001001 | 10101 | 1000001 |
Color Harmonies of #A393B9
Complementary color
Monochromatic Colors of #A393B9
Black with #A393B9
Text Example
Text Example
White with #A393B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393B9; }
p { color: rgb(163,147,185); }
H1.HeaderClassName
{
color: #A393B9;
}
.AnyTagClassName
{
color: #A393B9;
}
</style>
background-color css
<style>
a { background-color: #A393B9; }
a { background-color: rgb(163,147,185); }
div.DivClassName
{
background-color: #A393B9;
}
.BgClassName
{
background-color: #A393B9;
}
</style>
border-color css
<style>
span { border-color: #A393B9; }
span { border-color: rgb(163,147,185); }
td.TdClassName
{
border-color: #A393B9;
}
.TagClassName
{
border-color: #A393B9;
}
</style>