Shades of Cold Purple #A094BF
Tints of Cold Purple #A094BF
RGB
CMYK
RGB Variations
Color information
#A094BF (or 0xA094BF) is known color: Cold Purple. HEX triplet: A0, 94 and BF. RGB value is (160,148,191). Sum of RGB (Red+Green+Blue) = 160+148+191=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A094BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094BF is #5F6B40. Grayscale: #9C9C9C. Windows color (decimal): -6253377 or 12555424. OLE color: 12555424.
HSL color Cylindrical-coordinate representation of color #A094BF: hue angle of 256.74º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A094BF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 148 | 191 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.25 |
| HSL | 256.74º | 0.25% | 0.66% | - |
| HSV(B) | 256.74º | 0.23% | 0.75% | - |
| XYZ | 34.49 | 32.41 | 53.73 | - |
| YUV | 156.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 191 | 0.16 | 0.23 | 0 | 0.25 | 256.74 | 0.25 | 0.66 |
| Hex | A0 | 94 | BF | 10 | 17 | 0 | 19 | 101 | 19 | 42 |
| Octal | 240 | 224 | 277 | 20 | 27 | 0 | 31 | 401 | 31 | 102 |
| Binary | 10100000 | 10010100 | 10111111 | 10000 | 10111 | 0 | 11001 | 100000001 | 11001 | 1000010 |
Color Harmonies of #A094BF
Complementary color
Monochromatic Colors of #A094BF
Black with #A094BF
Text Example
Text Example
White with #A094BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094BF; }
p { color: rgb(160,148,191); }
H1.HeaderClassName
{
color: #A094BF;
}
.AnyTagClassName
{
color: #A094BF;
}
</style>
background-color css
<style>
a { background-color: #A094BF; }
a { background-color: rgb(160,148,191); }
div.DivClassName
{
background-color: #A094BF;
}
.BgClassName
{
background-color: #A094BF;
}
</style>
border-color css
<style>
span { border-color: #A094BF; }
span { border-color: rgb(160,148,191); }
td.TdClassName
{
border-color: #A094BF;
}
.TagClassName
{
border-color: #A094BF;
}
</style>