Shades of Blue Violet #A82FFB
Tints of Blue Violet #A82FFB
RGB
CMYK
RGB Variations
Color information
#A82FFB (or 0xA82FFB) is known color: Blue Violet. HEX triplet: A8, 2F and FB. RGB value is (168,47,251). Sum of RGB (Red+Green+Blue) = 168+47+251=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #A82FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82FFB is #57D004. Grayscale: #696969. Windows color (decimal): -5754885 or 16461736. OLE color: 16461736.
HSL color Cylindrical-coordinate representation of color #A82FFB: hue angle of 275.59º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82FFB is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 47 | 251 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.02 |
| HSL | 275.59º | 0.96% | 0.58% | - |
| HSV(B) | 275.59º | 0.81% | 0.98% | - |
| XYZ | 34.58 | 17.32 | 92.79 | - |
| YUV | 106.44 | 209.59 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 251 | 0.33 | 0.81 | 0 | 0.02 | 275.59 | 0.96 | 0.58 |
| Hex | A8 | 2F | FB | 21 | 51 | 0 | 2 | 114 | 60 | 3A |
| Octal | 250 | 57 | 373 | 41 | 121 | 0 | 2 | 424 | 140 | 72 |
| Binary | 10101000 | 101111 | 11111011 | 100001 | 1010001 | 0 | 10 | 100010100 | 1100000 | 111010 |
Color Harmonies of #A82FFB
Complementary color
Monochromatic Colors of #A82FFB
Black with #A82FFB
Text Example
Text Example
White with #A82FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FFB; }
p { color: rgb(168,47,251); }
H1.HeaderClassName
{
color: #A82FFB;
}
.AnyTagClassName
{
color: #A82FFB;
}
</style>
background-color css
<style>
a { background-color: #A82FFB; }
a { background-color: rgb(168,47,251); }
div.DivClassName
{
background-color: #A82FFB;
}
.BgClassName
{
background-color: #A82FFB;
}
</style>
border-color css
<style>
span { border-color: #A82FFB; }
span { border-color: rgb(168,47,251); }
td.TdClassName
{
border-color: #A82FFB;
}
.TagClassName
{
border-color: #A82FFB;
}
</style>