Shades of Cold Purple #A384C5
Tints of Cold Purple #A384C5
RGB
CMYK
RGB Variations
Color information
#A384C5 (or 0xA384C5) is known color: Cold Purple. HEX triplet: A3, 84 and C5. RGB value is (163,132,197). Sum of RGB (Red+Green+Blue) = 163+132+197=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #A384C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384C5 is #5C7B3A. Grayscale: #949494. Windows color (decimal): -6060859 or 12944547. OLE color: 12944547.
HSL color Cylindrical-coordinate representation of color #A384C5: hue angle of 268.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A384C5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 132 | 197 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.23 |
| HSL | 268.62º | 0.36% | 0.65% | - |
| HSV(B) | 268.62º | 0.33% | 0.77% | - |
| XYZ | 33.43 | 28.32 | 56.53 | - |
| YUV | 148.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 197 | 0.17 | 0.33 | 0 | 0.23 | 268.62 | 0.36 | 0.65 |
| Hex | A3 | 84 | C5 | 11 | 21 | 0 | 17 | 10D | 24 | 41 |
| Octal | 243 | 204 | 305 | 21 | 41 | 0 | 27 | 415 | 44 | 101 |
| Binary | 10100011 | 10000100 | 11000101 | 10001 | 100001 | 0 | 10111 | 100001101 | 100100 | 1000001 |
Color Harmonies of #A384C5
Complementary color
Monochromatic Colors of #A384C5
Black with #A384C5
Text Example
Text Example
White with #A384C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384C5; }
p { color: rgb(163,132,197); }
H1.HeaderClassName
{
color: #A384C5;
}
.AnyTagClassName
{
color: #A384C5;
}
</style>
background-color css
<style>
a { background-color: #A384C5; }
a { background-color: rgb(163,132,197); }
div.DivClassName
{
background-color: #A384C5;
}
.BgClassName
{
background-color: #A384C5;
}
</style>
border-color css
<style>
span { border-color: #A384C5; }
span { border-color: rgb(163,132,197); }
td.TdClassName
{
border-color: #A384C5;
}
.TagClassName
{
border-color: #A384C5;
}
</style>