Shades of Blue Violet #A247FD
Tints of Blue Violet #A247FD
RGB
CMYK
RGB Variations
Color information
#A247FD (or 0xA247FD) is known color: Blue Violet. HEX triplet: A2, 47 and FD. RGB value is (162,71,253). Sum of RGB (Red+Green+Blue) = 162+71+253=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #A247FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247FD is #5DB802. Grayscale: #767676. Windows color (decimal): -6141955 or 16598946. OLE color: 16598946.
HSL color Cylindrical-coordinate representation of color #A247FD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A247FD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 71 | 253 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.64% | - |
| HSV(B) | 270º | 0.72% | 0.99% | - |
| XYZ | 34.88 | 19.28 | 94.81 | - |
| YUV | 118.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 253 | 0.36 | 0.72 | 0 | 0.01 | 270 | 0.98 | 0.64 |
| Hex | A2 | 47 | FD | 24 | 48 | 0 | 1 | 10E | 62 | 40 |
| Octal | 242 | 107 | 375 | 44 | 110 | 0 | 1 | 416 | 142 | 100 |
| Binary | 10100010 | 1000111 | 11111101 | 100100 | 1001000 | 0 | 1 | 100001110 | 1100010 | 1000000 |
Color Harmonies of #A247FD
Complementary color
Monochromatic Colors of #A247FD
Black with #A247FD
Text Example
Text Example
White with #A247FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247FD; }
p { color: rgb(162,71,253); }
H1.HeaderClassName
{
color: #A247FD;
}
.AnyTagClassName
{
color: #A247FD;
}
</style>
background-color css
<style>
a { background-color: #A247FD; }
a { background-color: rgb(162,71,253); }
div.DivClassName
{
background-color: #A247FD;
}
.BgClassName
{
background-color: #A247FD;
}
</style>
border-color css
<style>
span { border-color: #A247FD; }
span { border-color: rgb(162,71,253); }
td.TdClassName
{
border-color: #A247FD;
}
.TagClassName
{
border-color: #A247FD;
}
</style>