Shades of Blue Violet #A62BEE
Tints of Blue Violet #A62BEE
RGB
CMYK
RGB Variations
Color information
#A62BEE (or 0xA62BEE) is known color: Blue Violet. HEX triplet: A6, 2B and EE. RGB value is (166,43,238). Sum of RGB (Red+Green+Blue) = 166+43+238=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #A62BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62BEE is #59D411. Grayscale: #656565. Windows color (decimal): -5886994 or 15608742. OLE color: 15608742.
HSL color Cylindrical-coordinate representation of color #A62BEE: hue angle of 277.85º degrees, saturation: 0.85, 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 #A62BEE is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 43 | 238 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 277.85º | 0.85% | 0.55% | - |
| HSV(B) | 277.85º | 0.82% | 0.93% | - |
| XYZ | 32.02 | 16.01 | 82.29 | - |
| YUV | 102.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 238 | 0.30 | 0.82 | 0 | 0.07 | 277.85 | 0.85 | 0.55 |
| Hex | A6 | 2B | EE | 1E | 52 | 0 | 7 | 116 | 55 | 37 |
| Octal | 246 | 53 | 356 | 36 | 122 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100110 | 101011 | 11101110 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A62BEE
Complementary color
Monochromatic Colors of #A62BEE
Black with #A62BEE
Text Example
Text Example
White with #A62BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62BEE; }
p { color: rgb(166,43,238); }
H1.HeaderClassName
{
color: #A62BEE;
}
.AnyTagClassName
{
color: #A62BEE;
}
</style>
background-color css
<style>
a { background-color: #A62BEE; }
a { background-color: rgb(166,43,238); }
div.DivClassName
{
background-color: #A62BEE;
}
.BgClassName
{
background-color: #A62BEE;
}
</style>
border-color css
<style>
span { border-color: #A62BEE; }
span { border-color: rgb(166,43,238); }
td.TdClassName
{
border-color: #A62BEE;
}
.TagClassName
{
border-color: #A62BEE;
}
</style>