Shades of Cold Purple #A299AE
Tints of Cold Purple #A299AE
RGB
CMYK
RGB Variations
Color information
#A299AE (or 0xA299AE) is known color: Cold Purple. HEX triplet: A2, 99 and AE. RGB value is (162,153,174). Sum of RGB (Red+Green+Blue) = 162+153+174=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A299AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AE is #5D6651. Grayscale: #9E9E9E. Windows color (decimal): -6121042 or 11442594. OLE color: 11442594.
HSL color Cylindrical-coordinate representation of color #A299AE: hue angle of 265.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A299AE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 153 | 174 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.32 |
| HSL | 265.71º | 0.11% | 0.64% | - |
| HSV(B) | 265.71º | 0.12% | 0.68% | - |
| XYZ | 33.93 | 33.52 | 44.73 | - |
| YUV | 158.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 174 | 0.07 | 0.12 | 0 | 0.32 | 265.71 | 0.11 | 0.64 |
| Hex | A2 | 99 | AE | 7 | C | 0 | 20 | 10A | B | 40 |
| Octal | 242 | 231 | 256 | 7 | 14 | 0 | 40 | 412 | 13 | 100 |
| Binary | 10100010 | 10011001 | 10101110 | 111 | 1100 | 0 | 100000 | 100001010 | 1011 | 1000000 |
Color Harmonies of #A299AE
Complementary color
Monochromatic Colors of #A299AE
Black with #A299AE
Text Example
Text Example
White with #A299AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299AE; }
p { color: rgb(162,153,174); }
H1.HeaderClassName
{
color: #A299AE;
}
.AnyTagClassName
{
color: #A299AE;
}
</style>
background-color css
<style>
a { background-color: #A299AE; }
a { background-color: rgb(162,153,174); }
div.DivClassName
{
background-color: #A299AE;
}
.BgClassName
{
background-color: #A299AE;
}
</style>
border-color css
<style>
span { border-color: #A299AE; }
span { border-color: rgb(162,153,174); }
td.TdClassName
{
border-color: #A299AE;
}
.TagClassName
{
border-color: #A299AE;
}
</style>