Shades of Cold Purple #A098B3
Tints of Cold Purple #A098B3
RGB
CMYK
RGB Variations
Color information
#A098B3 (or 0xA098B3) is known color: Cold Purple. HEX triplet: A0, 98 and B3. RGB value is (160,152,179). Sum of RGB (Red+Green+Blue) = 160+152+179=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A098B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098B3 is #5F674C. Grayscale: #9D9D9D. Windows color (decimal): -6252365 or 11770016. OLE color: 11770016.
HSL color Cylindrical-coordinate representation of color #A098B3: hue angle of 257.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A098B3 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 152 | 179 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.30 |
| HSL | 257.78º | 0.15% | 0.65% | - |
| HSV(B) | 257.78º | 0.15% | 0.7% | - |
| XYZ | 33.86 | 33.18 | 47.27 | - |
| YUV | 157.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 179 | 0.11 | 0.15 | 0 | 0.30 | 257.78 | 0.15 | 0.65 |
| Hex | A0 | 98 | B3 | B | F | 0 | 1E | 102 | F | 41 |
| Octal | 240 | 230 | 263 | 13 | 17 | 0 | 36 | 402 | 17 | 101 |
| Binary | 10100000 | 10011000 | 10110011 | 1011 | 1111 | 0 | 11110 | 100000010 | 1111 | 1000001 |
Color Harmonies of #A098B3
Complementary color
Monochromatic Colors of #A098B3
Black with #A098B3
Text Example
Text Example
White with #A098B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098B3; }
p { color: rgb(160,152,179); }
H1.HeaderClassName
{
color: #A098B3;
}
.AnyTagClassName
{
color: #A098B3;
}
</style>
background-color css
<style>
a { background-color: #A098B3; }
a { background-color: rgb(160,152,179); }
div.DivClassName
{
background-color: #A098B3;
}
.BgClassName
{
background-color: #A098B3;
}
</style>
border-color css
<style>
span { border-color: #A098B3; }
span { border-color: rgb(160,152,179); }
td.TdClassName
{
border-color: #A098B3;
}
.TagClassName
{
border-color: #A098B3;
}
</style>