Shades of Cold Purple #A395C8
Tints of Cold Purple #A395C8
RGB
CMYK
RGB Variations
Color information
#A395C8 (or 0xA395C8) is known color: Cold Purple. HEX triplet: A3, 95 and C8. RGB value is (163,149,200). Sum of RGB (Red+Green+Blue) = 163+149+200=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #A395C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395C8 is #5C6A37. Grayscale: #9E9E9E. Windows color (decimal): -6056504 or 13145507. OLE color: 13145507.
HSL color Cylindrical-coordinate representation of color #A395C8: hue angle of 256.47º 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 #A395C8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 149 | 200 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.22 |
| HSL | 256.47º | 0.32% | 0.68% | - |
| HSV(B) | 256.47º | 0.26% | 0.78% | - |
| XYZ | 36.28 | 33.45 | 59.19 | - |
| YUV | 159 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 200 | 0.18 | 0.26 | 0 | 0.22 | 256.47 | 0.32 | 0.68 |
| Hex | A3 | 95 | C8 | 12 | 1A | 0 | 16 | 100 | 20 | 44 |
| Octal | 243 | 225 | 310 | 22 | 32 | 0 | 26 | 400 | 40 | 104 |
| Binary | 10100011 | 10010101 | 11001000 | 10010 | 11010 | 0 | 10110 | 100000000 | 100000 | 1000100 |
Color Harmonies of #A395C8
Complementary color
Monochromatic Colors of #A395C8
Black with #A395C8
Text Example
Text Example
White with #A395C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395C8; }
p { color: rgb(163,149,200); }
H1.HeaderClassName
{
color: #A395C8;
}
.AnyTagClassName
{
color: #A395C8;
}
</style>
background-color css
<style>
a { background-color: #A395C8; }
a { background-color: rgb(163,149,200); }
div.DivClassName
{
background-color: #A395C8;
}
.BgClassName
{
background-color: #A395C8;
}
</style>
border-color css
<style>
span { border-color: #A395C8; }
span { border-color: rgb(163,149,200); }
td.TdClassName
{
border-color: #A395C8;
}
.TagClassName
{
border-color: #A395C8;
}
</style>