Shades of Cold Purple #A29AB3
Tints of Cold Purple #A29AB3
RGB
CMYK
RGB Variations
Color information
#A29AB3 (or 0xA29AB3) is known color: Cold Purple. HEX triplet: A2, 9A and B3. RGB value is (162,154,179). Sum of RGB (Red+Green+Blue) = 162+154+179=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #A29AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AB3 is #5D654C. Grayscale: #9F9F9F. Windows color (decimal): -6120781 or 11770530. OLE color: 11770530.
HSL color Cylindrical-coordinate representation of color #A29AB3: hue angle of 259.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A29AB3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 154 | 179 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.30 |
| HSL | 259.2º | 0.14% | 0.65% | - |
| HSV(B) | 259.2º | 0.14% | 0.7% | - |
| XYZ | 34.59 | 34.05 | 47.4 | - |
| YUV | 159.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 179 | 0.09 | 0.14 | 0 | 0.30 | 259.2 | 0.14 | 0.65 |
| Hex | A2 | 9A | B3 | 9 | E | 0 | 1E | 103 | E | 41 |
| Octal | 242 | 232 | 263 | 11 | 16 | 0 | 36 | 403 | 16 | 101 |
| Binary | 10100010 | 10011010 | 10110011 | 1001 | 1110 | 0 | 11110 | 100000011 | 1110 | 1000001 |
Color Harmonies of #A29AB3
Complementary color
Monochromatic Colors of #A29AB3
Black with #A29AB3
Text Example
Text Example
White with #A29AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AB3; }
p { color: rgb(162,154,179); }
H1.HeaderClassName
{
color: #A29AB3;
}
.AnyTagClassName
{
color: #A29AB3;
}
</style>
background-color css
<style>
a { background-color: #A29AB3; }
a { background-color: rgb(162,154,179); }
div.DivClassName
{
background-color: #A29AB3;
}
.BgClassName
{
background-color: #A29AB3;
}
</style>
border-color css
<style>
span { border-color: #A29AB3; }
span { border-color: rgb(162,154,179); }
td.TdClassName
{
border-color: #A29AB3;
}
.TagClassName
{
border-color: #A29AB3;
}
</style>