Shades of Cold Purple #A283CF
Tints of Cold Purple #A283CF
RGB
CMYK
RGB Variations
Color information
#A283CF (or 0xA283CF) is known color: Cold Purple. HEX triplet: A2, 83 and CF. RGB value is (162,131,207). Sum of RGB (Red+Green+Blue) = 162+131+207=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A283CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283CF is #5D7C30. Grayscale: #949494. Windows color (decimal): -6126641 or 13599650. OLE color: 13599650.
HSL color Cylindrical-coordinate representation of color #A283CF: hue angle of 264.47º 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 #A283CF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 131 | 207 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.19 |
| HSL | 264.47º | 0.44% | 0.66% | - |
| HSV(B) | 264.47º | 0.37% | 0.81% | - |
| XYZ | 34.28 | 28.42 | 62.71 | - |
| YUV | 148.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 207 | 0.22 | 0.37 | 0 | 0.19 | 264.47 | 0.44 | 0.66 |
| Hex | A2 | 83 | CF | 16 | 25 | 0 | 13 | 108 | 2C | 42 |
| Octal | 242 | 203 | 317 | 26 | 45 | 0 | 23 | 410 | 54 | 102 |
| Binary | 10100010 | 10000011 | 11001111 | 10110 | 100101 | 0 | 10011 | 100001000 | 101100 | 1000010 |
Color Harmonies of #A283CF
Complementary color
Monochromatic Colors of #A283CF
Black with #A283CF
Text Example
Text Example
White with #A283CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283CF; }
p { color: rgb(162,131,207); }
H1.HeaderClassName
{
color: #A283CF;
}
.AnyTagClassName
{
color: #A283CF;
}
</style>
background-color css
<style>
a { background-color: #A283CF; }
a { background-color: rgb(162,131,207); }
div.DivClassName
{
background-color: #A283CF;
}
.BgClassName
{
background-color: #A283CF;
}
</style>
border-color css
<style>
span { border-color: #A283CF; }
span { border-color: rgb(162,131,207); }
td.TdClassName
{
border-color: #A283CF;
}
.TagClassName
{
border-color: #A283CF;
}
</style>