Shades of Blue Violet #A82BED
Tints of Blue Violet #A82BED
RGB
CMYK
RGB Variations
Color information
#A82BED (or 0xA82BED) is known color: Blue Violet. HEX triplet: A8, 2B and ED. RGB value is (168,43,237). Sum of RGB (Red+Green+Blue) = 168+43+237=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #A82BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82BED is #57D412. Grayscale: #656565. Windows color (decimal): -5755923 or 15543208. OLE color: 15543208.
HSL color Cylindrical-coordinate representation of color #A82BED: hue angle of 278.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A82BED is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 43 | 237 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.07 |
| HSL | 278.66º | 0.84% | 0.55% | - |
| HSV(B) | 278.66º | 0.82% | 0.93% | - |
| XYZ | 32.3 | 16.17 | 81.54 | - |
| YUV | 102.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 237 | 0.29 | 0.82 | 0 | 0.07 | 278.66 | 0.84 | 0.55 |
| Hex | A8 | 2B | ED | 1D | 52 | 0 | 7 | 117 | 54 | 37 |
| Octal | 250 | 53 | 355 | 35 | 122 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101000 | 101011 | 11101101 | 11101 | 1010010 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #A82BED
Complementary color
Monochromatic Colors of #A82BED
Black with #A82BED
Text Example
Text Example
White with #A82BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BED; }
p { color: rgb(168,43,237); }
H1.HeaderClassName
{
color: #A82BED;
}
.AnyTagClassName
{
color: #A82BED;
}
</style>
background-color css
<style>
a { background-color: #A82BED; }
a { background-color: rgb(168,43,237); }
div.DivClassName
{
background-color: #A82BED;
}
.BgClassName
{
background-color: #A82BED;
}
</style>
border-color css
<style>
span { border-color: #A82BED; }
span { border-color: rgb(168,43,237); }
td.TdClassName
{
border-color: #A82BED;
}
.TagClassName
{
border-color: #A82BED;
}
</style>