Shades of Cold Purple #A394C3
Tints of Cold Purple #A394C3
RGB
CMYK
RGB Variations
Color information
#A394C3 (or 0xA394C3) is known color: Cold Purple. HEX triplet: A3, 94 and C3. RGB value is (163,148,195). Sum of RGB (Red+Green+Blue) = 163+148+195=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #A394C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394C3 is #5C6B3C. Grayscale: #9D9D9D. Windows color (decimal): -6056765 or 12817571. OLE color: 12817571.
HSL color Cylindrical-coordinate representation of color #A394C3: hue angle of 259.15º 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 #A394C3 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 148 | 195 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.24 |
| HSL | 259.15º | 0.28% | 0.67% | - |
| HSV(B) | 259.15º | 0.24% | 0.76% | - |
| XYZ | 35.54 | 32.91 | 56.11 | - |
| YUV | 157.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 195 | 0.16 | 0.24 | 0 | 0.24 | 259.15 | 0.28 | 0.67 |
| Hex | A3 | 94 | C3 | 10 | 18 | 0 | 18 | 103 | 1C | 43 |
| Octal | 243 | 224 | 303 | 20 | 30 | 0 | 30 | 403 | 34 | 103 |
| Binary | 10100011 | 10010100 | 11000011 | 10000 | 11000 | 0 | 11000 | 100000011 | 11100 | 1000011 |
Color Harmonies of #A394C3
Complementary color
Monochromatic Colors of #A394C3
Black with #A394C3
Text Example
Text Example
White with #A394C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394C3; }
p { color: rgb(163,148,195); }
H1.HeaderClassName
{
color: #A394C3;
}
.AnyTagClassName
{
color: #A394C3;
}
</style>
background-color css
<style>
a { background-color: #A394C3; }
a { background-color: rgb(163,148,195); }
div.DivClassName
{
background-color: #A394C3;
}
.BgClassName
{
background-color: #A394C3;
}
</style>
border-color css
<style>
span { border-color: #A394C3; }
span { border-color: rgb(163,148,195); }
td.TdClassName
{
border-color: #A394C3;
}
.TagClassName
{
border-color: #A394C3;
}
</style>