Shades of Cold Purple #A094AF
Tints of Cold Purple #A094AF
RGB
CMYK
RGB Variations
Color information
#A094AF (or 0xA094AF) is known color: Cold Purple. HEX triplet: A0, 94 and AF. RGB value is (160,148,175). Sum of RGB (Red+Green+Blue) = 160+148+175=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A094AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A094AF is #5F6B50. Grayscale: #9A9A9A. Windows color (decimal): -6253393 or 11506848. OLE color: 11506848.
HSL color Cylindrical-coordinate representation of color #A094AF: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A094AF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 148 | 175 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.31 |
| HSL | 266.67º | 0.14% | 0.63% | - |
| HSV(B) | 266.67º | 0.15% | 0.69% | - |
| XYZ | 32.82 | 31.75 | 44.96 | - |
| YUV | 154.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 175 | 0.09 | 0.15 | 0 | 0.31 | 266.67 | 0.14 | 0.63 |
| Hex | A0 | 94 | AF | 9 | F | 0 | 1F | 10B | E | 3F |
| Octal | 240 | 224 | 257 | 11 | 17 | 0 | 37 | 413 | 16 | 77 |
| Binary | 10100000 | 10010100 | 10101111 | 1001 | 1111 | 0 | 11111 | 100001011 | 1110 | 111111 |
Color Harmonies of #A094AF
Complementary color
Monochromatic Colors of #A094AF
Black with #A094AF
Text Example
Text Example
White with #A094AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094AF; }
p { color: rgb(160,148,175); }
H1.HeaderClassName
{
color: #A094AF;
}
.AnyTagClassName
{
color: #A094AF;
}
</style>
background-color css
<style>
a { background-color: #A094AF; }
a { background-color: rgb(160,148,175); }
div.DivClassName
{
background-color: #A094AF;
}
.BgClassName
{
background-color: #A094AF;
}
</style>
border-color css
<style>
span { border-color: #A094AF; }
span { border-color: rgb(160,148,175); }
td.TdClassName
{
border-color: #A094AF;
}
.TagClassName
{
border-color: #A094AF;
}
</style>