Shades of Cold Purple #A898BE
Tints of Cold Purple #A898BE
RGB
CMYK
RGB Variations
Color information
#A898BE (or 0xA898BE) is known color: Cold Purple. HEX triplet: A8, 98 and BE. RGB value is (168,152,190). Sum of RGB (Red+Green+Blue) = 168+152+190=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A898BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BE is #576741. Grayscale: #A0A0A0. Windows color (decimal): -5728066 or 12490920. OLE color: 12490920.
HSL color Cylindrical-coordinate representation of color #A898BE: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A898BE is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 152 | 190 | - |
| CMYK | 0.12 | 0.2 | 0 | 0.25 |
| HSL | 265.26º | 0.23% | 0.67% | - |
| HSV(B) | 265.26º | 0.2% | 0.75% | - |
| XYZ | 36.67 | 34.5 | 53.44 | - |
| YUV | 161.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 190 | 0.12 | 0.2 | 0 | 0.25 | 265.26 | 0.23 | 0.67 |
| Hex | A8 | 98 | BE | C | 14 | 0 | 19 | 109 | 17 | 43 |
| Octal | 250 | 230 | 276 | 14 | 24 | 0 | 31 | 411 | 27 | 103 |
| Binary | 10101000 | 10011000 | 10111110 | 1100 | 10100 | 0 | 11001 | 100001001 | 10111 | 1000011 |
Color Harmonies of #A898BE
Complementary color
Monochromatic Colors of #A898BE
Black with #A898BE
Text Example
Text Example
White with #A898BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898BE; }
p { color: rgb(168,152,190); }
H1.HeaderClassName
{
color: #A898BE;
}
.AnyTagClassName
{
color: #A898BE;
}
</style>
background-color css
<style>
a { background-color: #A898BE; }
a { background-color: rgb(168,152,190); }
div.DivClassName
{
background-color: #A898BE;
}
.BgClassName
{
background-color: #A898BE;
}
</style>
border-color css
<style>
span { border-color: #A898BE; }
span { border-color: rgb(168,152,190); }
td.TdClassName
{
border-color: #A898BE;
}
.TagClassName
{
border-color: #A898BE;
}
</style>