Shades of Cold Purple #A299BC
Tints of Cold Purple #A299BC
RGB
CMYK
RGB Variations
Color information
#A299BC (or 0xA299BC) is known color: Cold Purple. HEX triplet: A2, 99 and BC. RGB value is (162,153,188). Sum of RGB (Red+Green+Blue) = 162+153+188=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A299BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BC is #5D6643. Grayscale: #9F9F9F. Windows color (decimal): -6121028 or 12360098. OLE color: 12360098.
HSL color Cylindrical-coordinate representation of color #A299BC: hue angle of 255.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A299BC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 153 | 188 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.26 |
| HSL | 255.43º | 0.21% | 0.67% | - |
| HSV(B) | 255.43º | 0.19% | 0.74% | - |
| XYZ | 35.37 | 34.09 | 52.29 | - |
| YUV | 159.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 188 | 0.14 | 0.19 | 0 | 0.26 | 255.43 | 0.21 | 0.67 |
| Hex | A2 | 99 | BC | E | 13 | 0 | 1A | FF | 15 | 43 |
| Octal | 242 | 231 | 274 | 16 | 23 | 0 | 32 | 377 | 25 | 103 |
| Binary | 10100010 | 10011001 | 10111100 | 1110 | 10011 | 0 | 11010 | 11111111 | 10101 | 1000011 |
Color Harmonies of #A299BC
Complementary color
Monochromatic Colors of #A299BC
Black with #A299BC
Text Example
Text Example
White with #A299BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299BC; }
p { color: rgb(162,153,188); }
H1.HeaderClassName
{
color: #A299BC;
}
.AnyTagClassName
{
color: #A299BC;
}
</style>
background-color css
<style>
a { background-color: #A299BC; }
a { background-color: rgb(162,153,188); }
div.DivClassName
{
background-color: #A299BC;
}
.BgClassName
{
background-color: #A299BC;
}
</style>
border-color css
<style>
span { border-color: #A299BC; }
span { border-color: rgb(162,153,188); }
td.TdClassName
{
border-color: #A299BC;
}
.TagClassName
{
border-color: #A299BC;
}
</style>