Shades of Cold Purple #A291B6
Tints of Cold Purple #A291B6
RGB
CMYK
RGB Variations
Color information
#A291B6 (or 0xA291B6) is known color: Cold Purple. HEX triplet: A2, 91 and B6. RGB value is (162,145,182). Sum of RGB (Red+Green+Blue) = 162+145+182=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #A291B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291B6 is #5D6E49. Grayscale: #9A9A9A. Windows color (decimal): -6123082 or 11964834. OLE color: 11964834.
HSL color Cylindrical-coordinate representation of color #A291B6: hue angle of 267.57º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A291B6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 145 | 182 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.29 |
| HSL | 267.57º | 0.2% | 0.64% | - |
| HSV(B) | 267.57º | 0.2% | 0.71% | - |
| XYZ | 33.47 | 31.31 | 48.54 | - |
| YUV | 154.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 182 | 0.11 | 0.20 | 0 | 0.29 | 267.57 | 0.2 | 0.64 |
| Hex | A2 | 91 | B6 | B | 14 | 0 | 1D | 10C | 14 | 40 |
| Octal | 242 | 221 | 266 | 13 | 24 | 0 | 35 | 414 | 24 | 100 |
| Binary | 10100010 | 10010001 | 10110110 | 1011 | 10100 | 0 | 11101 | 100001100 | 10100 | 1000000 |
Color Harmonies of #A291B6
Complementary color
Monochromatic Colors of #A291B6
Black with #A291B6
Text Example
Text Example
White with #A291B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291B6; }
p { color: rgb(162,145,182); }
H1.HeaderClassName
{
color: #A291B6;
}
.AnyTagClassName
{
color: #A291B6;
}
</style>
background-color css
<style>
a { background-color: #A291B6; }
a { background-color: rgb(162,145,182); }
div.DivClassName
{
background-color: #A291B6;
}
.BgClassName
{
background-color: #A291B6;
}
</style>
border-color css
<style>
span { border-color: #A291B6; }
span { border-color: rgb(162,145,182); }
td.TdClassName
{
border-color: #A291B6;
}
.TagClassName
{
border-color: #A291B6;
}
</style>