Shades of Cold Purple #A483CF
Tints of Cold Purple #A483CF
RGB
CMYK
RGB Variations
Color information
#A483CF (or 0xA483CF) is known color: Cold Purple. HEX triplet: A4, 83 and CF. RGB value is (164,131,207). Sum of RGB (Red+Green+Blue) = 164+131+207=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A483CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CF is #5B7C30. Grayscale: #959595. Windows color (decimal): -5995569 or 13599652. OLE color: 13599652.
HSL color Cylindrical-coordinate representation of color #A483CF: hue angle of 266.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A483CF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 131 | 207 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.19 |
| HSL | 266.05º | 0.44% | 0.66% | - |
| HSV(B) | 266.05º | 0.37% | 0.81% | - |
| XYZ | 34.69 | 28.63 | 62.73 | - |
| YUV | 149.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 207 | 0.21 | 0.37 | 0 | 0.19 | 266.05 | 0.44 | 0.66 |
| Hex | A4 | 83 | CF | 15 | 25 | 0 | 13 | 10A | 2C | 42 |
| Octal | 244 | 203 | 317 | 25 | 45 | 0 | 23 | 412 | 54 | 102 |
| Binary | 10100100 | 10000011 | 11001111 | 10101 | 100101 | 0 | 10011 | 100001010 | 101100 | 1000010 |
Color Harmonies of #A483CF
Complementary color
Monochromatic Colors of #A483CF
Black with #A483CF
Text Example
Text Example
White with #A483CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483CF; }
p { color: rgb(164,131,207); }
H1.HeaderClassName
{
color: #A483CF;
}
.AnyTagClassName
{
color: #A483CF;
}
</style>
background-color css
<style>
a { background-color: #A483CF; }
a { background-color: rgb(164,131,207); }
div.DivClassName
{
background-color: #A483CF;
}
.BgClassName
{
background-color: #A483CF;
}
</style>
border-color css
<style>
span { border-color: #A483CF; }
span { border-color: rgb(164,131,207); }
td.TdClassName
{
border-color: #A483CF;
}
.TagClassName
{
border-color: #A483CF;
}
</style>