Shades of Cold Purple #A390BF
Tints of Cold Purple #A390BF
RGB
CMYK
RGB Variations
Color information
#A390BF (or 0xA390BF) is known color: Cold Purple. HEX triplet: A3, 90 and BF. RGB value is (163,144,191). Sum of RGB (Red+Green+Blue) = 163+144+191=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A390BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BF is #5C6F40. Grayscale: #9A9A9A. Windows color (decimal): -6057793 or 12554403. OLE color: 12554403.
HSL color Cylindrical-coordinate representation of color #A390BF: hue angle of 264.26º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A390BF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 144 | 191 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.25 |
| HSL | 264.26º | 0.27% | 0.66% | - |
| HSV(B) | 264.26º | 0.25% | 0.75% | - |
| XYZ | 34.48 | 31.49 | 53.55 | - |
| YUV | 155.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 191 | 0.15 | 0.25 | 0 | 0.25 | 264.26 | 0.27 | 0.66 |
| Hex | A3 | 90 | BF | F | 19 | 0 | 19 | 108 | 1B | 42 |
| Octal | 243 | 220 | 277 | 17 | 31 | 0 | 31 | 410 | 33 | 102 |
| Binary | 10100011 | 10010000 | 10111111 | 1111 | 11001 | 0 | 11001 | 100001000 | 11011 | 1000010 |
Color Harmonies of #A390BF
Complementary color
Monochromatic Colors of #A390BF
Black with #A390BF
Text Example
Text Example
White with #A390BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390BF; }
p { color: rgb(163,144,191); }
H1.HeaderClassName
{
color: #A390BF;
}
.AnyTagClassName
{
color: #A390BF;
}
</style>
background-color css
<style>
a { background-color: #A390BF; }
a { background-color: rgb(163,144,191); }
div.DivClassName
{
background-color: #A390BF;
}
.BgClassName
{
background-color: #A390BF;
}
</style>
border-color css
<style>
span { border-color: #A390BF; }
span { border-color: rgb(163,144,191); }
td.TdClassName
{
border-color: #A390BF;
}
.TagClassName
{
border-color: #A390BF;
}
</style>