Shades of Cold Purple #A697B9
Tints of Cold Purple #A697B9
RGB
CMYK
RGB Variations
Color information
#A697B9 (or 0xA697B9) is known color: Cold Purple. HEX triplet: A6, 97 and B9. RGB value is (166,151,185). Sum of RGB (Red+Green+Blue) = 166+151+185=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #A697B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697B9 is #596846. Grayscale: #9F9F9F. Windows color (decimal): -5859399 or 12162982. OLE color: 12162982.
HSL color Cylindrical-coordinate representation of color #A697B9: hue angle of 266.47º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A697B9 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 166 | 151 | 185 | - |
CMYK | 0.10 | 0.18 | 0 | 0.27 |
HSL | 266.47º | 0.2% | 0.66% | - |
HSV(B) | 266.47º | 0.18% | 0.73% | - |
XYZ | 35.55 | 33.74 | 50.54 | - |
YUV | 159.36 | 142.47 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 151 | 185 | 0.10 | 0.18 | 0 | 0.27 | 266.47 | 0.2 | 0.66 |
Hex | A6 | 97 | B9 | A | 12 | 0 | 1B | 10A | 14 | 42 |
Octal | 246 | 227 | 271 | 12 | 22 | 0 | 33 | 412 | 24 | 102 |
Binary | 10100110 | 10010111 | 10111001 | 1010 | 10010 | 0 | 11011 | 100001010 | 10100 | 1000010 |
Color Harmonies of #A697B9
Complementary color
Monochromatic Colors of #A697B9
Black with #A697B9
Text Example
Text Example
White with #A697B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697B9; }
p { color: rgb(166,151,185); }
H1.HeaderClassName
{
color: #A697B9;
}
.AnyTagClassName
{
color: #A697B9;
}
</style>
background-color css
<style>
a { background-color: #A697B9; }
a { background-color: rgb(166,151,185); }
div.DivClassName
{
background-color: #A697B9;
}
.BgClassName
{
background-color: #A697B9;
}
</style>
border-color css
<style>
span { border-color: #A697B9; }
span { border-color: rgb(166,151,185); }
td.TdClassName
{
border-color: #A697B9;
}
.TagClassName
{
border-color: #A697B9;
}
</style>