Shades of Cold Purple #A394C4
Tints of Cold Purple #A394C4
RGB
CMYK
RGB Variations
Color information
#A394C4 (or 0xA394C4) is known color: Cold Purple. HEX triplet: A3, 94 and C4. RGB value is (163,148,196). Sum of RGB (Red+Green+Blue) = 163+148+196=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #A394C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394C4 is #5C6B3B. Grayscale: #9D9D9D. Windows color (decimal): -6056764 or 12883107. OLE color: 12883107.
HSL color Cylindrical-coordinate representation of color #A394C4: hue angle of 258.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A394C4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 148 | 196 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.23 |
| HSL | 258.75º | 0.29% | 0.67% | - |
| HSV(B) | 258.75º | 0.24% | 0.77% | - |
| XYZ | 35.66 | 32.95 | 56.71 | - |
| YUV | 157.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 196 | 0.17 | 0.24 | 0 | 0.23 | 258.75 | 0.29 | 0.67 |
| Hex | A3 | 94 | C4 | 11 | 18 | 0 | 17 | 103 | 1D | 43 |
| Octal | 243 | 224 | 304 | 21 | 30 | 0 | 27 | 403 | 35 | 103 |
| Binary | 10100011 | 10010100 | 11000100 | 10001 | 11000 | 0 | 10111 | 100000011 | 11101 | 1000011 |
Color Harmonies of #A394C4
Complementary color
Monochromatic Colors of #A394C4
Black with #A394C4
Text Example
Text Example
White with #A394C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394C4; }
p { color: rgb(163,148,196); }
H1.HeaderClassName
{
color: #A394C4;
}
.AnyTagClassName
{
color: #A394C4;
}
</style>
background-color css
<style>
a { background-color: #A394C4; }
a { background-color: rgb(163,148,196); }
div.DivClassName
{
background-color: #A394C4;
}
.BgClassName
{
background-color: #A394C4;
}
</style>
border-color css
<style>
span { border-color: #A394C4; }
span { border-color: rgb(163,148,196); }
td.TdClassName
{
border-color: #A394C4;
}
.TagClassName
{
border-color: #A394C4;
}
</style>