Shades of Blue Violet #A82AFB
Tints of Blue Violet #A82AFB
RGB
CMYK
RGB Variations
Color information
#A82AFB (or 0xA82AFB) is known color: Blue Violet. HEX triplet: A8, 2A and FB. RGB value is (168,42,251). Sum of RGB (Red+Green+Blue) = 168+42+251=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #A82AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82AFB is #57D504. Grayscale: #666666. Windows color (decimal): -5756165 or 16460456. OLE color: 16460456.
HSL color Cylindrical-coordinate representation of color #A82AFB: hue angle of 276.17º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A82AFB is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 42 | 251 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.02 |
| HSL | 276.17º | 0.96% | 0.57% | - |
| HSV(B) | 276.17º | 0.83% | 0.98% | - |
| XYZ | 34.39 | 16.95 | 92.73 | - |
| YUV | 103.5 | 211.24 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 251 | 0.33 | 0.83 | 0 | 0.02 | 276.17 | 0.96 | 0.57 |
| Hex | A8 | 2A | FB | 21 | 53 | 0 | 2 | 114 | 60 | 39 |
| Octal | 250 | 52 | 373 | 41 | 123 | 0 | 2 | 424 | 140 | 71 |
| Binary | 10101000 | 101010 | 11111011 | 100001 | 1010011 | 0 | 10 | 100010100 | 1100000 | 111001 |
Color Harmonies of #A82AFB
Complementary color
Monochromatic Colors of #A82AFB
Black with #A82AFB
Text Example
Text Example
White with #A82AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82AFB; }
p { color: rgb(168,42,251); }
H1.HeaderClassName
{
color: #A82AFB;
}
.AnyTagClassName
{
color: #A82AFB;
}
</style>
background-color css
<style>
a { background-color: #A82AFB; }
a { background-color: rgb(168,42,251); }
div.DivClassName
{
background-color: #A82AFB;
}
.BgClassName
{
background-color: #A82AFB;
}
</style>
border-color css
<style>
span { border-color: #A82AFB; }
span { border-color: rgb(168,42,251); }
td.TdClassName
{
border-color: #A82AFB;
}
.TagClassName
{
border-color: #A82AFB;
}
</style>