Shades of Cold Purple #A089D3
Tints of Cold Purple #A089D3
RGB
CMYK
RGB Variations
Color information
#A089D3 (or 0xA089D3) is known color: Cold Purple. HEX triplet: A0, 89 and D3. RGB value is (160,137,211). Sum of RGB (Red+Green+Blue) = 160+137+211=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #A089D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089D3 is #5F762C. Grayscale: #989898. Windows color (decimal): -6256173 or 13863328. OLE color: 13863328.
HSL color Cylindrical-coordinate representation of color #A089D3: hue angle of 258.65º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A089D3 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 137 | 211 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.17 |
| HSL | 258.65º | 0.46% | 0.68% | - |
| HSV(B) | 258.65º | 0.35% | 0.83% | - |
| XYZ | 35.2 | 30.07 | 65.58 | - |
| YUV | 152.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 211 | 0.24 | 0.35 | 0 | 0.17 | 258.65 | 0.46 | 0.68 |
| Hex | A0 | 89 | D3 | 18 | 23 | 0 | 11 | 103 | 2E | 44 |
| Octal | 240 | 211 | 323 | 30 | 43 | 0 | 21 | 403 | 56 | 104 |
| Binary | 10100000 | 10001001 | 11010011 | 11000 | 100011 | 0 | 10001 | 100000011 | 101110 | 1000100 |
Color Harmonies of #A089D3
Complementary color
Monochromatic Colors of #A089D3
Black with #A089D3
Text Example
Text Example
White with #A089D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089D3; }
p { color: rgb(160,137,211); }
H1.HeaderClassName
{
color: #A089D3;
}
.AnyTagClassName
{
color: #A089D3;
}
</style>
background-color css
<style>
a { background-color: #A089D3; }
a { background-color: rgb(160,137,211); }
div.DivClassName
{
background-color: #A089D3;
}
.BgClassName
{
background-color: #A089D3;
}
</style>
border-color css
<style>
span { border-color: #A089D3; }
span { border-color: rgb(160,137,211); }
td.TdClassName
{
border-color: #A089D3;
}
.TagClassName
{
border-color: #A089D3;
}
</style>