Shades of Cold Purple #A895C3
Tints of Cold Purple #A895C3
RGB
CMYK
RGB Variations
Color information
#A895C3 (or 0xA895C3) is known color: Cold Purple. HEX triplet: A8, 95 and C3. RGB value is (168,149,195). Sum of RGB (Red+Green+Blue) = 168+149+195=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #A895C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895C3 is #576A3C. Grayscale: #9F9F9F. Windows color (decimal): -5728829 or 12817832. OLE color: 12817832.
HSL color Cylindrical-coordinate representation of color #A895C3: hue angle of 264.78º 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 #A895C3 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 149 | 195 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.24 |
| HSL | 264.78º | 0.28% | 0.67% | - |
| HSV(B) | 264.78º | 0.24% | 0.76% | - |
| XYZ | 36.75 | 33.76 | 56.21 | - |
| YUV | 159.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 195 | 0.14 | 0.24 | 0 | 0.24 | 264.78 | 0.28 | 0.67 |
| Hex | A8 | 95 | C3 | E | 18 | 0 | 18 | 109 | 1C | 43 |
| Octal | 250 | 225 | 303 | 16 | 30 | 0 | 30 | 411 | 34 | 103 |
| Binary | 10101000 | 10010101 | 11000011 | 1110 | 11000 | 0 | 11000 | 100001001 | 11100 | 1000011 |
Color Harmonies of #A895C3
Complementary color
Monochromatic Colors of #A895C3
Black with #A895C3
Text Example
Text Example
White with #A895C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895C3; }
p { color: rgb(168,149,195); }
H1.HeaderClassName
{
color: #A895C3;
}
.AnyTagClassName
{
color: #A895C3;
}
</style>
background-color css
<style>
a { background-color: #A895C3; }
a { background-color: rgb(168,149,195); }
div.DivClassName
{
background-color: #A895C3;
}
.BgClassName
{
background-color: #A895C3;
}
</style>
border-color css
<style>
span { border-color: #A895C3; }
span { border-color: rgb(168,149,195); }
td.TdClassName
{
border-color: #A895C3;
}
.TagClassName
{
border-color: #A895C3;
}
</style>