Shades of Blue Violet #A247ED
Tints of Blue Violet #A247ED
RGB
CMYK
RGB Variations
Color information
#A247ED (or 0xA247ED) is known color: Blue Violet. HEX triplet: A2, 47 and ED. RGB value is (162,71,237). Sum of RGB (Red+Green+Blue) = 162+71+237=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #A247ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247ED is #5DB812. Grayscale: #747474. Windows color (decimal): -6141971 or 15550370. OLE color: 15550370.
HSL color Cylindrical-coordinate representation of color #A247ED: hue angle of 272.89º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A247ED is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 71 | 237 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.07 |
| HSL | 272.89º | 0.82% | 0.6% | - |
| HSV(B) | 272.89º | 0.7% | 0.93% | - |
| XYZ | 32.44 | 18.3 | 81.94 | - |
| YUV | 117.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 237 | 0.32 | 0.70 | 0 | 0.07 | 272.89 | 0.82 | 0.6 |
| Hex | A2 | 47 | ED | 20 | 46 | 0 | 7 | 111 | 52 | 3C |
| Octal | 242 | 107 | 355 | 40 | 106 | 0 | 7 | 421 | 122 | 74 |
| Binary | 10100010 | 1000111 | 11101101 | 100000 | 1000110 | 0 | 111 | 100010001 | 1010010 | 111100 |
Color Harmonies of #A247ED
Complementary color
Monochromatic Colors of #A247ED
Black with #A247ED
Text Example
Text Example
White with #A247ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247ED; }
p { color: rgb(162,71,237); }
H1.HeaderClassName
{
color: #A247ED;
}
.AnyTagClassName
{
color: #A247ED;
}
</style>
background-color css
<style>
a { background-color: #A247ED; }
a { background-color: rgb(162,71,237); }
div.DivClassName
{
background-color: #A247ED;
}
.BgClassName
{
background-color: #A247ED;
}
</style>
border-color css
<style>
span { border-color: #A247ED; }
span { border-color: rgb(162,71,237); }
td.TdClassName
{
border-color: #A247ED;
}
.TagClassName
{
border-color: #A247ED;
}
</style>