Shades of Cold Purple #A483CA
Tints of Cold Purple #A483CA
RGB
CMYK
RGB Variations
Color information
#A483CA (or 0xA483CA) is known color: Cold Purple. HEX triplet: A4, 83 and CA. RGB value is (164,131,202). Sum of RGB (Red+Green+Blue) = 164+131+202=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 131 (51.56% from 255 or 26.36% 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 #A483CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CA is #5B7C35. Grayscale: #949494. Windows color (decimal): -5995574 or 13271972. OLE color: 13271972.
HSL color Cylindrical-coordinate representation of color #A483CA: hue angle of 267.89º 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 #A483CA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 131 | 202 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.21 |
| HSL | 267.89º | 0.4% | 0.65% | - |
| HSV(B) | 267.89º | 0.35% | 0.79% | - |
| XYZ | 34.09 | 28.39 | 59.56 | - |
| YUV | 148.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 202 | 0.19 | 0.35 | 0 | 0.21 | 267.89 | 0.4 | 0.65 |
| Hex | A4 | 83 | CA | 13 | 23 | 0 | 15 | 10C | 28 | 41 |
| Octal | 244 | 203 | 312 | 23 | 43 | 0 | 25 | 414 | 50 | 101 |
| Binary | 10100100 | 10000011 | 11001010 | 10011 | 100011 | 0 | 10101 | 100001100 | 101000 | 1000001 |
Color Harmonies of #A483CA
Complementary color
Monochromatic Colors of #A483CA
Black with #A483CA
Text Example
Text Example
White with #A483CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483CA; }
p { color: rgb(164,131,202); }
H1.HeaderClassName
{
color: #A483CA;
}
.AnyTagClassName
{
color: #A483CA;
}
</style>
background-color css
<style>
a { background-color: #A483CA; }
a { background-color: rgb(164,131,202); }
div.DivClassName
{
background-color: #A483CA;
}
.BgClassName
{
background-color: #A483CA;
}
</style>
border-color css
<style>
span { border-color: #A483CA; }
span { border-color: rgb(164,131,202); }
td.TdClassName
{
border-color: #A483CA;
}
.TagClassName
{
border-color: #A483CA;
}
</style>