Shades of Cold Purple #A698BE
Tints of Cold Purple #A698BE
RGB
CMYK
RGB Variations
Color information
#A698BE (or 0xA698BE) is known color: Cold Purple. HEX triplet: A6, 98 and BE. RGB value is (166,152,190). Sum of RGB (Red+Green+Blue) = 166+152+190=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #A698BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BE is #596741. Grayscale: #A0A0A0. Windows color (decimal): -5859138 or 12490918. OLE color: 12490918.
HSL color Cylindrical-coordinate representation of color #A698BE: hue angle of 262.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A698BE is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 152 | 190 | - |
| CMYK | 0.13 | 0.2 | 0 | 0.25 |
| HSL | 262.11º | 0.23% | 0.67% | - |
| HSV(B) | 262.11º | 0.2% | 0.75% | - |
| XYZ | 36.25 | 34.28 | 53.42 | - |
| YUV | 160.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 190 | 0.13 | 0.2 | 0 | 0.25 | 262.11 | 0.23 | 0.67 |
| Hex | A6 | 98 | BE | D | 14 | 0 | 19 | 106 | 17 | 43 |
| Octal | 246 | 230 | 276 | 15 | 24 | 0 | 31 | 406 | 27 | 103 |
| Binary | 10100110 | 10011000 | 10111110 | 1101 | 10100 | 0 | 11001 | 100000110 | 10111 | 1000011 |
Color Harmonies of #A698BE
Complementary color
Monochromatic Colors of #A698BE
Black with #A698BE
Text Example
Text Example
White with #A698BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698BE; }
p { color: rgb(166,152,190); }
H1.HeaderClassName
{
color: #A698BE;
}
.AnyTagClassName
{
color: #A698BE;
}
</style>
background-color css
<style>
a { background-color: #A698BE; }
a { background-color: rgb(166,152,190); }
div.DivClassName
{
background-color: #A698BE;
}
.BgClassName
{
background-color: #A698BE;
}
</style>
border-color css
<style>
span { border-color: #A698BE; }
span { border-color: rgb(166,152,190); }
td.TdClassName
{
border-color: #A698BE;
}
.TagClassName
{
border-color: #A698BE;
}
</style>