Shades of Cold Purple #A196AF
Tints of Cold Purple #A196AF
RGB
CMYK
RGB Variations
Color information
#A196AF (or 0xA196AF) is known color: Cold Purple. HEX triplet: A1, 96 and AF. RGB value is (161,150,175). Sum of RGB (Red+Green+Blue) = 161+150+175=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #A196AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196AF is #5E6950. Grayscale: #9C9C9C. Windows color (decimal): -6187345 or 11507361. OLE color: 11507361.
HSL color Cylindrical-coordinate representation of color #A196AF: hue angle of 266.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A196AF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 150 | 175 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.31 |
| HSL | 266.4º | 0.14% | 0.64% | - |
| HSV(B) | 266.4º | 0.14% | 0.69% | - |
| XYZ | 33.34 | 32.48 | 45.07 | - |
| YUV | 156.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 175 | 0.08 | 0.14 | 0 | 0.31 | 266.4 | 0.14 | 0.64 |
| Hex | A1 | 96 | AF | 8 | E | 0 | 1F | 10A | E | 40 |
| Octal | 241 | 226 | 257 | 10 | 16 | 0 | 37 | 412 | 16 | 100 |
| Binary | 10100001 | 10010110 | 10101111 | 1000 | 1110 | 0 | 11111 | 100001010 | 1110 | 1000000 |
Color Harmonies of #A196AF
Complementary color
Monochromatic Colors of #A196AF
Black with #A196AF
Text Example
Text Example
White with #A196AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196AF; }
p { color: rgb(161,150,175); }
H1.HeaderClassName
{
color: #A196AF;
}
.AnyTagClassName
{
color: #A196AF;
}
</style>
background-color css
<style>
a { background-color: #A196AF; }
a { background-color: rgb(161,150,175); }
div.DivClassName
{
background-color: #A196AF;
}
.BgClassName
{
background-color: #A196AF;
}
</style>
border-color css
<style>
span { border-color: #A196AF; }
span { border-color: rgb(161,150,175); }
td.TdClassName
{
border-color: #A196AF;
}
.TagClassName
{
border-color: #A196AF;
}
</style>