Shades of Cold Purple #A093AE
Tints of Cold Purple #A093AE
RGB
CMYK
RGB Variations
Color information
#A093AE (or 0xA093AE) is known color: Cold Purple. HEX triplet: A0, 93 and AE. RGB value is (160,147,174). Sum of RGB (Red+Green+Blue) = 160+147+174=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #A093AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AE is #5F6C51. Grayscale: #999999. Windows color (decimal): -6253650 or 11441056. OLE color: 11441056.
HSL color Cylindrical-coordinate representation of color #A093AE: hue angle of 268.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A093AE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 147 | 174 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.32 |
| HSL | 268.89º | 0.14% | 0.63% | - |
| HSV(B) | 268.89º | 0.16% | 0.68% | - |
| XYZ | 32.57 | 31.4 | 44.39 | - |
| YUV | 153.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 174 | 0.08 | 0.16 | 0 | 0.32 | 268.89 | 0.14 | 0.63 |
| Hex | A0 | 93 | AE | 8 | 10 | 0 | 20 | 10D | E | 3F |
| Octal | 240 | 223 | 256 | 10 | 20 | 0 | 40 | 415 | 16 | 77 |
| Binary | 10100000 | 10010011 | 10101110 | 1000 | 10000 | 0 | 100000 | 100001101 | 1110 | 111111 |
Color Harmonies of #A093AE
Complementary color
Monochromatic Colors of #A093AE
Black with #A093AE
Text Example
Text Example
White with #A093AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093AE; }
p { color: rgb(160,147,174); }
H1.HeaderClassName
{
color: #A093AE;
}
.AnyTagClassName
{
color: #A093AE;
}
</style>
background-color css
<style>
a { background-color: #A093AE; }
a { background-color: rgb(160,147,174); }
div.DivClassName
{
background-color: #A093AE;
}
.BgClassName
{
background-color: #A093AE;
}
</style>
border-color css
<style>
span { border-color: #A093AE; }
span { border-color: rgb(160,147,174); }
td.TdClassName
{
border-color: #A093AE;
}
.TagClassName
{
border-color: #A093AE;
}
</style>