Shades of Cold Purple #A396BF
Tints of Cold Purple #A396BF
RGB
CMYK
RGB Variations
Color information
#A396BF (or 0xA396BF) is known color: Cold Purple. HEX triplet: A3, 96 and BF. RGB value is (163,150,191). Sum of RGB (Red+Green+Blue) = 163+150+191=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A396BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396BF is #5C6940. Grayscale: #9E9E9E. Windows color (decimal): -6056257 or 12555939. OLE color: 12555939.
HSL color Cylindrical-coordinate representation of color #A396BF: hue angle of 259.02º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A396BF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 150 | 191 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.25 |
| HSL | 259.02º | 0.24% | 0.67% | - |
| HSV(B) | 259.02º | 0.21% | 0.75% | - |
| XYZ | 35.41 | 33.36 | 53.86 | - |
| YUV | 158.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 191 | 0.15 | 0.21 | 0 | 0.25 | 259.02 | 0.24 | 0.67 |
| Hex | A3 | 96 | BF | F | 15 | 0 | 19 | 103 | 18 | 43 |
| Octal | 243 | 226 | 277 | 17 | 25 | 0 | 31 | 403 | 30 | 103 |
| Binary | 10100011 | 10010110 | 10111111 | 1111 | 10101 | 0 | 11001 | 100000011 | 11000 | 1000011 |
Color Harmonies of #A396BF
Complementary color
Monochromatic Colors of #A396BF
Black with #A396BF
Text Example
Text Example
White with #A396BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396BF; }
p { color: rgb(163,150,191); }
H1.HeaderClassName
{
color: #A396BF;
}
.AnyTagClassName
{
color: #A396BF;
}
</style>
background-color css
<style>
a { background-color: #A396BF; }
a { background-color: rgb(163,150,191); }
div.DivClassName
{
background-color: #A396BF;
}
.BgClassName
{
background-color: #A396BF;
}
</style>
border-color css
<style>
span { border-color: #A396BF; }
span { border-color: rgb(163,150,191); }
td.TdClassName
{
border-color: #A396BF;
}
.TagClassName
{
border-color: #A396BF;
}
</style>