Shades of Cold Purple #A894C1
Tints of Cold Purple #A894C1
RGB
CMYK
RGB Variations
Color information
#A894C1 (or 0xA894C1) is known color: Cold Purple. HEX triplet: A8, 94 and C1. RGB value is (168,148,193). Sum of RGB (Red+Green+Blue) = 168+148+193=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #A894C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894C1 is #576B3E. Grayscale: #9E9E9E. Windows color (decimal): -5729087 or 12686504. OLE color: 12686504.
HSL color Cylindrical-coordinate representation of color #A894C1: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A894C1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 148 | 193 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.24 |
| HSL | 266.67º | 0.27% | 0.67% | - |
| HSV(B) | 266.67º | 0.23% | 0.76% | - |
| XYZ | 36.36 | 33.35 | 54.97 | - |
| YUV | 159.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 193 | 0.13 | 0.23 | 0 | 0.24 | 266.67 | 0.27 | 0.67 |
| Hex | A8 | 94 | C1 | D | 17 | 0 | 18 | 10B | 1B | 43 |
| Octal | 250 | 224 | 301 | 15 | 27 | 0 | 30 | 413 | 33 | 103 |
| Binary | 10101000 | 10010100 | 11000001 | 1101 | 10111 | 0 | 11000 | 100001011 | 11011 | 1000011 |
Color Harmonies of #A894C1
Complementary color
Monochromatic Colors of #A894C1
Black with #A894C1
Text Example
Text Example
White with #A894C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894C1; }
p { color: rgb(168,148,193); }
H1.HeaderClassName
{
color: #A894C1;
}
.AnyTagClassName
{
color: #A894C1;
}
</style>
background-color css
<style>
a { background-color: #A894C1; }
a { background-color: rgb(168,148,193); }
div.DivClassName
{
background-color: #A894C1;
}
.BgClassName
{
background-color: #A894C1;
}
</style>
border-color css
<style>
span { border-color: #A894C1; }
span { border-color: rgb(168,148,193); }
td.TdClassName
{
border-color: #A894C1;
}
.TagClassName
{
border-color: #A894C1;
}
</style>