Shades of Blue Violet #A62CEE
Tints of Blue Violet #A62CEE
RGB
CMYK
RGB Variations
Color information
#A62CEE (or 0xA62CEE) is known color: Blue Violet. HEX triplet: A6, 2C and EE. RGB value is (166,44,238). Sum of RGB (Red+Green+Blue) = 166+44+238=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #A62CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62CEE is #59D311. Grayscale: #656565. Windows color (decimal): -5886738 or 15608998. OLE color: 15608998.
HSL color Cylindrical-coordinate representation of color #A62CEE: hue angle of 277.73º 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 #A62CEE is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 44 | 238 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.07 |
| HSL | 277.73º | 0.85% | 0.55% | - |
| HSV(B) | 277.73º | 0.82% | 0.93% | - |
| XYZ | 32.06 | 16.08 | 82.3 | - |
| YUV | 102.59 | 204.42 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 238 | 0.30 | 0.82 | 0 | 0.07 | 277.73 | 0.85 | 0.55 |
| Hex | A6 | 2C | EE | 1E | 52 | 0 | 7 | 116 | 55 | 37 |
| Octal | 246 | 54 | 356 | 36 | 122 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100110 | 101100 | 11101110 | 11110 | 1010010 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A62CEE
Complementary color
Monochromatic Colors of #A62CEE
Black with #A62CEE
Text Example
Text Example
White with #A62CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CEE; }
p { color: rgb(166,44,238); }
H1.HeaderClassName
{
color: #A62CEE;
}
.AnyTagClassName
{
color: #A62CEE;
}
</style>
background-color css
<style>
a { background-color: #A62CEE; }
a { background-color: rgb(166,44,238); }
div.DivClassName
{
background-color: #A62CEE;
}
.BgClassName
{
background-color: #A62CEE;
}
</style>
border-color css
<style>
span { border-color: #A62CEE; }
span { border-color: rgb(166,44,238); }
td.TdClassName
{
border-color: #A62CEE;
}
.TagClassName
{
border-color: #A62CEE;
}
</style>