Shades of Blue Violet #A847FD
Tints of Blue Violet #A847FD
RGB
CMYK
RGB Variations
Color information
#A847FD (or 0xA847FD) is known color: Blue Violet. HEX triplet: A8, 47 and FD. RGB value is (168,71,253). Sum of RGB (Red+Green+Blue) = 168+71+253=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #A847FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A847FD is #57B802. Grayscale: #787878. Windows color (decimal): -5748739 or 16598952. OLE color: 16598952.
HSL color Cylindrical-coordinate representation of color #A847FD: hue angle of 271.98º 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 #A847FD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 71 | 253 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.01 |
| HSL | 271.98º | 0.98% | 0.64% | - |
| HSV(B) | 271.98º | 0.72% | 0.99% | - |
| XYZ | 36.13 | 19.92 | 94.87 | - |
| YUV | 120.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 253 | 0.34 | 0.72 | 0 | 0.01 | 271.98 | 0.98 | 0.64 |
| Hex | A8 | 47 | FD | 22 | 48 | 0 | 1 | 110 | 62 | 40 |
| Octal | 250 | 107 | 375 | 42 | 110 | 0 | 1 | 420 | 142 | 100 |
| Binary | 10101000 | 1000111 | 11111101 | 100010 | 1001000 | 0 | 1 | 100010000 | 1100010 | 1000000 |
Color Harmonies of #A847FD
Complementary color
Monochromatic Colors of #A847FD
Black with #A847FD
Text Example
Text Example
White with #A847FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847FD; }
p { color: rgb(168,71,253); }
H1.HeaderClassName
{
color: #A847FD;
}
.AnyTagClassName
{
color: #A847FD;
}
</style>
background-color css
<style>
a { background-color: #A847FD; }
a { background-color: rgb(168,71,253); }
div.DivClassName
{
background-color: #A847FD;
}
.BgClassName
{
background-color: #A847FD;
}
</style>
border-color css
<style>
span { border-color: #A847FD; }
span { border-color: rgb(168,71,253); }
td.TdClassName
{
border-color: #A847FD;
}
.TagClassName
{
border-color: #A847FD;
}
</style>