Shades of Cold Purple #A698C2
Tints of Cold Purple #A698C2
RGB
CMYK
RGB Variations
Color information
#A698C2 (or 0xA698C2) is known color: Cold Purple. HEX triplet: A6, 98 and C2. RGB value is (166,152,194). Sum of RGB (Red+Green+Blue) = 166+152+194=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #A698C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698C2 is #59673D. Grayscale: #A0A0A0. Windows color (decimal): -5859134 or 12753062. OLE color: 12753062.
HSL color Cylindrical-coordinate representation of color #A698C2: hue angle of 260º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A698C2 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 152 | 194 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.24 |
| HSL | 260º | 0.26% | 0.68% | - |
| HSV(B) | 260º | 0.22% | 0.76% | - |
| XYZ | 36.69 | 34.46 | 55.76 | - |
| YUV | 160.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 194 | 0.14 | 0.22 | 0 | 0.24 | 260 | 0.26 | 0.68 |
| Hex | A6 | 98 | C2 | E | 16 | 0 | 18 | 104 | 1A | 44 |
| Octal | 246 | 230 | 302 | 16 | 26 | 0 | 30 | 404 | 32 | 104 |
| Binary | 10100110 | 10011000 | 11000010 | 1110 | 10110 | 0 | 11000 | 100000100 | 11010 | 1000100 |
Color Harmonies of #A698C2
Complementary color
Monochromatic Colors of #A698C2
Black with #A698C2
Text Example
Text Example
White with #A698C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698C2; }
p { color: rgb(166,152,194); }
H1.HeaderClassName
{
color: #A698C2;
}
.AnyTagClassName
{
color: #A698C2;
}
</style>
background-color css
<style>
a { background-color: #A698C2; }
a { background-color: rgb(166,152,194); }
div.DivClassName
{
background-color: #A698C2;
}
.BgClassName
{
background-color: #A698C2;
}
</style>
border-color css
<style>
span { border-color: #A698C2; }
span { border-color: rgb(166,152,194); }
td.TdClassName
{
border-color: #A698C2;
}
.TagClassName
{
border-color: #A698C2;
}
</style>