Shades of Cold Purple #A299BE
Tints of Cold Purple #A299BE
RGB
CMYK
RGB Variations
Color information
#A299BE (or 0xA299BE) is known color: Cold Purple. HEX triplet: A2, 99 and BE. RGB value is (162,153,190). Sum of RGB (Red+Green+Blue) = 162+153+190=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A299BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BE is #5D6641. Grayscale: #9F9F9F. Windows color (decimal): -6121026 or 12491170. OLE color: 12491170.
HSL color Cylindrical-coordinate representation of color #A299BE: hue angle of 254.59º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A299BE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 153 | 190 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.25 |
| HSL | 254.59º | 0.22% | 0.67% | - |
| HSV(B) | 254.59º | 0.19% | 0.75% | - |
| XYZ | 35.59 | 34.18 | 53.44 | - |
| YUV | 159.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 190 | 0.15 | 0.19 | 0 | 0.25 | 254.59 | 0.22 | 0.67 |
| Hex | A2 | 99 | BE | F | 13 | 0 | 19 | FF | 16 | 43 |
| Octal | 242 | 231 | 276 | 17 | 23 | 0 | 31 | 377 | 26 | 103 |
| Binary | 10100010 | 10011001 | 10111110 | 1111 | 10011 | 0 | 11001 | 11111111 | 10110 | 1000011 |
Color Harmonies of #A299BE
Complementary color
Monochromatic Colors of #A299BE
Black with #A299BE
Text Example
Text Example
White with #A299BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299BE; }
p { color: rgb(162,153,190); }
H1.HeaderClassName
{
color: #A299BE;
}
.AnyTagClassName
{
color: #A299BE;
}
</style>
background-color css
<style>
a { background-color: #A299BE; }
a { background-color: rgb(162,153,190); }
div.DivClassName
{
background-color: #A299BE;
}
.BgClassName
{
background-color: #A299BE;
}
</style>
border-color css
<style>
span { border-color: #A299BE; }
span { border-color: rgb(162,153,190); }
td.TdClassName
{
border-color: #A299BE;
}
.TagClassName
{
border-color: #A299BE;
}
</style>