Shades of Blue Violet #A839F7
Tints of Blue Violet #A839F7
RGB
CMYK
RGB Variations
Color information
#A839F7 (or 0xA839F7) is known color: Blue Violet. HEX triplet: A8, 39 and F7. RGB value is (168,57,247). Sum of RGB (Red+Green+Blue) = 168+57+247=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #A839F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A839F7 is #57C608. Grayscale: #6F6F6F. Windows color (decimal): -5752329 or 16202152. OLE color: 16202152.
HSL color Cylindrical-coordinate representation of color #A839F7: hue angle of 275.05º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A839F7 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 57 | 247 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.03 |
| HSL | 275.05º | 0.92% | 0.6% | - |
| HSV(B) | 275.05º | 0.77% | 0.97% | - |
| XYZ | 34.4 | 17.97 | 89.65 | - |
| YUV | 111.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 247 | 0.32 | 0.77 | 0 | 0.03 | 275.05 | 0.92 | 0.6 |
| Hex | A8 | 39 | F7 | 20 | 4D | 0 | 3 | 113 | 5C | 3C |
| Octal | 250 | 71 | 367 | 40 | 115 | 0 | 3 | 423 | 134 | 74 |
| Binary | 10101000 | 111001 | 11110111 | 100000 | 1001101 | 0 | 11 | 100010011 | 1011100 | 111100 |
Color Harmonies of #A839F7
Complementary color
Monochromatic Colors of #A839F7
Black with #A839F7
Text Example
Text Example
White with #A839F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839F7; }
p { color: rgb(168,57,247); }
H1.HeaderClassName
{
color: #A839F7;
}
.AnyTagClassName
{
color: #A839F7;
}
</style>
background-color css
<style>
a { background-color: #A839F7; }
a { background-color: rgb(168,57,247); }
div.DivClassName
{
background-color: #A839F7;
}
.BgClassName
{
background-color: #A839F7;
}
</style>
border-color css
<style>
span { border-color: #A839F7; }
span { border-color: rgb(168,57,247); }
td.TdClassName
{
border-color: #A839F7;
}
.TagClassName
{
border-color: #A839F7;
}
</style>