Shades of Blue Violet #A62CEB
Tints of Blue Violet #A62CEB
RGB
CMYK
RGB Variations
Color information
#A62CEB (or 0xA62CEB) is known color: Blue Violet. HEX triplet: A6, 2C and EB. RGB value is (166,44,235). Sum of RGB (Red+Green+Blue) = 166+44+235=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #A62CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62CEB is #59D314. Grayscale: #656565. Windows color (decimal): -5886741 or 15412390. OLE color: 15412390.
HSL color Cylindrical-coordinate representation of color #A62CEB: hue angle of 278.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62CEB is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 44 | 235 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.08 |
| HSL | 278.32º | 0.83% | 0.55% | - |
| HSV(B) | 278.32º | 0.81% | 0.92% | - |
| XYZ | 31.62 | 15.91 | 80 | - |
| YUV | 102.25 | 202.92 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 235 | 0.29 | 0.81 | 0 | 0.08 | 278.32 | 0.83 | 0.55 |
| Hex | A6 | 2C | EB | 1D | 51 | 0 | 8 | 116 | 53 | 37 |
| Octal | 246 | 54 | 353 | 35 | 121 | 0 | 10 | 426 | 123 | 67 |
| Binary | 10100110 | 101100 | 11101011 | 11101 | 1010001 | 0 | 1000 | 100010110 | 1010011 | 110111 |
Color Harmonies of #A62CEB
Complementary color
Monochromatic Colors of #A62CEB
Black with #A62CEB
Text Example
Text Example
White with #A62CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CEB; }
p { color: rgb(166,44,235); }
H1.HeaderClassName
{
color: #A62CEB;
}
.AnyTagClassName
{
color: #A62CEB;
}
</style>
background-color css
<style>
a { background-color: #A62CEB; }
a { background-color: rgb(166,44,235); }
div.DivClassName
{
background-color: #A62CEB;
}
.BgClassName
{
background-color: #A62CEB;
}
</style>
border-color css
<style>
span { border-color: #A62CEB; }
span { border-color: rgb(166,44,235); }
td.TdClassName
{
border-color: #A62CEB;
}
.TagClassName
{
border-color: #A62CEB;
}
</style>