Shades of Cold Purple #A894C3
Tints of Cold Purple #A894C3
RGB
CMYK
RGB Variations
Color information
#A894C3 (or 0xA894C3) is known color: Cold Purple. HEX triplet: A8, 94 and C3. RGB value is (168,148,195). Sum of RGB (Red+Green+Blue) = 168+148+195=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A894C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894C3 is #576B3C. Grayscale: #9F9F9F. Windows color (decimal): -5729085 or 12817576. OLE color: 12817576.
HSL color Cylindrical-coordinate representation of color #A894C3: hue angle of 265.53º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A894C3 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 148 | 195 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.24 |
| HSL | 265.53º | 0.28% | 0.67% | - |
| HSV(B) | 265.53º | 0.24% | 0.76% | - |
| XYZ | 36.59 | 33.44 | 56.16 | - |
| YUV | 159.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 195 | 0.14 | 0.24 | 0 | 0.24 | 265.53 | 0.28 | 0.67 |
| Hex | A8 | 94 | C3 | E | 18 | 0 | 18 | 10A | 1C | 43 |
| Octal | 250 | 224 | 303 | 16 | 30 | 0 | 30 | 412 | 34 | 103 |
| Binary | 10101000 | 10010100 | 11000011 | 1110 | 11000 | 0 | 11000 | 100001010 | 11100 | 1000011 |
Color Harmonies of #A894C3
Complementary color
Monochromatic Colors of #A894C3
Black with #A894C3
Text Example
Text Example
White with #A894C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894C3; }
p { color: rgb(168,148,195); }
H1.HeaderClassName
{
color: #A894C3;
}
.AnyTagClassName
{
color: #A894C3;
}
</style>
background-color css
<style>
a { background-color: #A894C3; }
a { background-color: rgb(168,148,195); }
div.DivClassName
{
background-color: #A894C3;
}
.BgClassName
{
background-color: #A894C3;
}
</style>
border-color css
<style>
span { border-color: #A894C3; }
span { border-color: rgb(168,148,195); }
td.TdClassName
{
border-color: #A894C3;
}
.TagClassName
{
border-color: #A894C3;
}
</style>