Shades of Cold Purple #A894C2
Tints of Cold Purple #A894C2
RGB
CMYK
RGB Variations
Color information
#A894C2 (or 0xA894C2) is known color: Cold Purple. HEX triplet: A8, 94 and C2. RGB value is (168,148,194). Sum of RGB (Red+Green+Blue) = 168+148+194=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #A894C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894C2 is #576B3D. Grayscale: #9F9F9F. Windows color (decimal): -5729086 or 12752040. OLE color: 12752040.
HSL color Cylindrical-coordinate representation of color #A894C2: hue angle of 266.09º degrees, saturation: 0.27, 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 #A894C2 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 148 | 194 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.24 |
| HSL | 266.09º | 0.27% | 0.67% | - |
| HSV(B) | 266.09º | 0.24% | 0.76% | - |
| XYZ | 36.48 | 33.4 | 55.56 | - |
| YUV | 159.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 194 | 0.13 | 0.24 | 0 | 0.24 | 266.09 | 0.27 | 0.67 |
| Hex | A8 | 94 | C2 | D | 18 | 0 | 18 | 10A | 1B | 43 |
| Octal | 250 | 224 | 302 | 15 | 30 | 0 | 30 | 412 | 33 | 103 |
| Binary | 10101000 | 10010100 | 11000010 | 1101 | 11000 | 0 | 11000 | 100001010 | 11011 | 1000011 |
Color Harmonies of #A894C2
Complementary color
Monochromatic Colors of #A894C2
Black with #A894C2
Text Example
Text Example
White with #A894C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894C2; }
p { color: rgb(168,148,194); }
H1.HeaderClassName
{
color: #A894C2;
}
.AnyTagClassName
{
color: #A894C2;
}
</style>
background-color css
<style>
a { background-color: #A894C2; }
a { background-color: rgb(168,148,194); }
div.DivClassName
{
background-color: #A894C2;
}
.BgClassName
{
background-color: #A894C2;
}
</style>
border-color css
<style>
span { border-color: #A894C2; }
span { border-color: rgb(168,148,194); }
td.TdClassName
{
border-color: #A894C2;
}
.TagClassName
{
border-color: #A894C2;
}
</style>