Shades of Blue Violet #A62BEC
Tints of Blue Violet #A62BEC
RGB
CMYK
RGB Variations
Color information
#A62BEC (or 0xA62BEC) is known color: Blue Violet. HEX triplet: A6, 2B and EC. RGB value is (166,43,236). Sum of RGB (Red+Green+Blue) = 166+43+236=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #A62BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62BEC is #59D413. Grayscale: #656565. Windows color (decimal): -5886996 or 15477670. OLE color: 15477670.
HSL color Cylindrical-coordinate representation of color #A62BEC: hue angle of 278.24º 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 #A62BEC is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 43 | 236 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 278.24º | 0.84% | 0.55% | - |
| HSV(B) | 278.24º | 0.82% | 0.93% | - |
| XYZ | 31.73 | 15.89 | 80.75 | - |
| YUV | 101.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 236 | 0.30 | 0.82 | 0 | 0.07 | 278.24 | 0.84 | 0.55 |
| Hex | A6 | 2B | EC | 1E | 52 | 0 | 7 | 116 | 54 | 37 |
| Octal | 246 | 53 | 354 | 36 | 122 | 0 | 7 | 426 | 124 | 67 |
| Binary | 10100110 | 101011 | 11101100 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010100 | 110111 |
Color Harmonies of #A62BEC
Complementary color
Monochromatic Colors of #A62BEC
Black with #A62BEC
Text Example
Text Example
White with #A62BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BEC; }
p { color: rgb(166,43,236); }
H1.HeaderClassName
{
color: #A62BEC;
}
.AnyTagClassName
{
color: #A62BEC;
}
</style>
background-color css
<style>
a { background-color: #A62BEC; }
a { background-color: rgb(166,43,236); }
div.DivClassName
{
background-color: #A62BEC;
}
.BgClassName
{
background-color: #A62BEC;
}
</style>
border-color css
<style>
span { border-color: #A62BEC; }
span { border-color: rgb(166,43,236); }
td.TdClassName
{
border-color: #A62BEC;
}
.TagClassName
{
border-color: #A62BEC;
}
</style>