Shades of Cold Purple #A384CA
Tints of Cold Purple #A384CA
RGB
CMYK
RGB Variations
Color information
#A384CA (or 0xA384CA) is known color: Cold Purple. HEX triplet: A3, 84 and CA. RGB value is (163,132,202). Sum of RGB (Red+Green+Blue) = 163+132+202=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #A384CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384CA is #5C7B35. Grayscale: #959595. Windows color (decimal): -6060854 or 13272227. OLE color: 13272227.
HSL color Cylindrical-coordinate representation of color #A384CA: hue angle of 266.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A384CA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 132 | 202 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.21 |
| HSL | 266.57º | 0.4% | 0.65% | - |
| HSV(B) | 266.57º | 0.35% | 0.79% | - |
| XYZ | 34.02 | 28.55 | 59.6 | - |
| YUV | 149.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 202 | 0.19 | 0.35 | 0 | 0.21 | 266.57 | 0.4 | 0.65 |
| Hex | A3 | 84 | CA | 13 | 23 | 0 | 15 | 10B | 28 | 41 |
| Octal | 243 | 204 | 312 | 23 | 43 | 0 | 25 | 413 | 50 | 101 |
| Binary | 10100011 | 10000100 | 11001010 | 10011 | 100011 | 0 | 10101 | 100001011 | 101000 | 1000001 |
Color Harmonies of #A384CA
Complementary color
Monochromatic Colors of #A384CA
Black with #A384CA
Text Example
Text Example
White with #A384CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384CA; }
p { color: rgb(163,132,202); }
H1.HeaderClassName
{
color: #A384CA;
}
.AnyTagClassName
{
color: #A384CA;
}
</style>
background-color css
<style>
a { background-color: #A384CA; }
a { background-color: rgb(163,132,202); }
div.DivClassName
{
background-color: #A384CA;
}
.BgClassName
{
background-color: #A384CA;
}
</style>
border-color css
<style>
span { border-color: #A384CA; }
span { border-color: rgb(163,132,202); }
td.TdClassName
{
border-color: #A384CA;
}
.TagClassName
{
border-color: #A384CA;
}
</style>