Shades of Blue Violet #A62BED
Tints of Blue Violet #A62BED
RGB
CMYK
RGB Variations
Color information
#A62BED (or 0xA62BED) is known color: Blue Violet. HEX triplet: A6, 2B and ED. RGB value is (166,43,237). Sum of RGB (Red+Green+Blue) = 166+43+237=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #A62BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62BED is #59D412. Grayscale: #656565. Windows color (decimal): -5886995 or 15543206. OLE color: 15543206.
HSL color Cylindrical-coordinate representation of color #A62BED: hue angle of 278.04º 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 #A62BED is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 43 | 237 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 278.04º | 0.84% | 0.55% | - |
| HSV(B) | 278.04º | 0.82% | 0.93% | - |
| XYZ | 31.88 | 15.95 | 81.52 | - |
| YUV | 101.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 237 | 0.30 | 0.82 | 0 | 0.07 | 278.04 | 0.84 | 0.55 |
| Hex | A6 | 2B | ED | 1E | 52 | 0 | 7 | 116 | 54 | 37 |
| Octal | 246 | 53 | 355 | 36 | 122 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100110 | 101011 | 11101101 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A62BED
Complementary color
Monochromatic Colors of #A62BED
Black with #A62BED
Text Example
Text Example
White with #A62BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BED; }
p { color: rgb(166,43,237); }
H1.HeaderClassName
{
color: #A62BED;
}
.AnyTagClassName
{
color: #A62BED;
}
</style>
background-color css
<style>
a { background-color: #A62BED; }
a { background-color: rgb(166,43,237); }
div.DivClassName
{
background-color: #A62BED;
}
.BgClassName
{
background-color: #A62BED;
}
</style>
border-color css
<style>
span { border-color: #A62BED; }
span { border-color: rgb(166,43,237); }
td.TdClassName
{
border-color: #A62BED;
}
.TagClassName
{
border-color: #A62BED;
}
</style>