Shades of Cold Purple #A295C8
Tints of Cold Purple #A295C8
RGB
CMYK
RGB Variations
Color information
#A295C8 (or 0xA295C8) is known color: Cold Purple. HEX triplet: A2, 95 and C8. RGB value is (162,149,200). Sum of RGB (Red+Green+Blue) = 162+149+200=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #A295C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295C8 is #5D6A37. Grayscale: #9E9E9E. Windows color (decimal): -6122040 or 13145506. OLE color: 13145506.
HSL color Cylindrical-coordinate representation of color #A295C8: hue angle of 255.29º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A295C8 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 149 | 200 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.22 |
| HSL | 255.29º | 0.32% | 0.68% | - |
| HSV(B) | 255.29º | 0.26% | 0.78% | - |
| XYZ | 36.07 | 33.35 | 59.18 | - |
| YUV | 158.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 200 | 0.19 | 0.26 | 0 | 0.22 | 255.29 | 0.32 | 0.68 |
| Hex | A2 | 95 | C8 | 13 | 1A | 0 | 16 | FF | 20 | 44 |
| Octal | 242 | 225 | 310 | 23 | 32 | 0 | 26 | 377 | 40 | 104 |
| Binary | 10100010 | 10010101 | 11001000 | 10011 | 11010 | 0 | 10110 | 11111111 | 100000 | 1000100 |
Color Harmonies of #A295C8
Complementary color
Monochromatic Colors of #A295C8
Black with #A295C8
Text Example
Text Example
White with #A295C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295C8; }
p { color: rgb(162,149,200); }
H1.HeaderClassName
{
color: #A295C8;
}
.AnyTagClassName
{
color: #A295C8;
}
</style>
background-color css
<style>
a { background-color: #A295C8; }
a { background-color: rgb(162,149,200); }
div.DivClassName
{
background-color: #A295C8;
}
.BgClassName
{
background-color: #A295C8;
}
</style>
border-color css
<style>
span { border-color: #A295C8; }
span { border-color: rgb(162,149,200); }
td.TdClassName
{
border-color: #A295C8;
}
.TagClassName
{
border-color: #A295C8;
}
</style>