Shades of Blue Violet #A842F7
Tints of Blue Violet #A842F7
RGB
CMYK
RGB Variations
Color information
#A842F7 (or 0xA842F7) is known color: Blue Violet. HEX triplet: A8, 42 and F7. RGB value is (168,66,247). Sum of RGB (Red+Green+Blue) = 168+66+247=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #A842F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842F7 is #57BD08. Grayscale: #747474. Windows color (decimal): -5750025 or 16204456. OLE color: 16204456.
HSL color Cylindrical-coordinate representation of color #A842F7: hue angle of 273.81º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A842F7 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 66 | 247 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.03 |
| HSL | 273.81º | 0.92% | 0.61% | - |
| HSV(B) | 273.81º | 0.73% | 0.97% | - |
| XYZ | 34.89 | 18.94 | 89.81 | - |
| YUV | 117.13 | 201.29 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 247 | 0.32 | 0.73 | 0 | 0.03 | 273.81 | 0.92 | 0.61 |
| Hex | A8 | 42 | F7 | 20 | 49 | 0 | 3 | 112 | 5C | 3D |
| Octal | 250 | 102 | 367 | 40 | 111 | 0 | 3 | 422 | 134 | 75 |
| Binary | 10101000 | 1000010 | 11110111 | 100000 | 1001001 | 0 | 11 | 100010010 | 1011100 | 111101 |
Color Harmonies of #A842F7
Complementary color
Monochromatic Colors of #A842F7
Black with #A842F7
Text Example
Text Example
White with #A842F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842F7; }
p { color: rgb(168,66,247); }
H1.HeaderClassName
{
color: #A842F7;
}
.AnyTagClassName
{
color: #A842F7;
}
</style>
background-color css
<style>
a { background-color: #A842F7; }
a { background-color: rgb(168,66,247); }
div.DivClassName
{
background-color: #A842F7;
}
.BgClassName
{
background-color: #A842F7;
}
</style>
border-color css
<style>
span { border-color: #A842F7; }
span { border-color: rgb(168,66,247); }
td.TdClassName
{
border-color: #A842F7;
}
.TagClassName
{
border-color: #A842F7;
}
</style>