Shades of Cold Purple #A69FB0
Tints of Cold Purple #A69FB0
RGB
CMYK
RGB Variations
Color information
#A69FB0 (or 0xA69FB0) is known color: Cold Purple. HEX triplet: A6, 9F and B0. RGB value is (166,159,176). Sum of RGB (Red+Green+Blue) = 166+159+176=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 176 - color contains mainly: blue. Hex color #A69FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FB0 is #59604F. Grayscale: #A2A2A2. Windows color (decimal): -5857360 or 11575206. OLE color: 11575206.
HSL color Cylindrical-coordinate representation of color #A69FB0: hue angle of 264.71º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69FB0 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 159 | 176 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.31 |
| HSL | 264.71º | 0.1% | 0.66% | - |
| HSV(B) | 264.71º | 0.1% | 0.69% | - |
| XYZ | 35.96 | 36.04 | 46.13 | - |
| YUV | 163.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 176 | 0.06 | 0.10 | 0 | 0.31 | 264.71 | 0.1 | 0.66 |
| Hex | A6 | 9F | B0 | 6 | A | 0 | 1F | 109 | A | 42 |
| Octal | 246 | 237 | 260 | 6 | 12 | 0 | 37 | 411 | 12 | 102 |
| Binary | 10100110 | 10011111 | 10110000 | 110 | 1010 | 0 | 11111 | 100001001 | 1010 | 1000010 |
Color Harmonies of #A69FB0
Complementary color
Monochromatic Colors of #A69FB0
Black with #A69FB0
Text Example
Text Example
White with #A69FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FB0; }
p { color: rgb(166,159,176); }
H1.HeaderClassName
{
color: #A69FB0;
}
.AnyTagClassName
{
color: #A69FB0;
}
</style>
background-color css
<style>
a { background-color: #A69FB0; }
a { background-color: rgb(166,159,176); }
div.DivClassName
{
background-color: #A69FB0;
}
.BgClassName
{
background-color: #A69FB0;
}
</style>
border-color css
<style>
span { border-color: #A69FB0; }
span { border-color: rgb(166,159,176); }
td.TdClassName
{
border-color: #A69FB0;
}
.TagClassName
{
border-color: #A69FB0;
}
</style>