Shades of Blue Violet #A62FEE
Tints of Blue Violet #A62FEE
RGB
CMYK
RGB Variations
Color information
#A62FEE (or 0xA62FEE) is known color: Blue Violet. HEX triplet: A6, 2F and EE. RGB value is (166,47,238). Sum of RGB (Red+Green+Blue) = 166+47+238=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #A62FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FEE is #59D011. Grayscale: #676767. Windows color (decimal): -5885970 or 15609766. OLE color: 15609766.
HSL color Cylindrical-coordinate representation of color #A62FEE: hue angle of 277.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62FEE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 47 | 238 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.07 |
| HSL | 277.38º | 0.85% | 0.56% | - |
| HSV(B) | 277.38º | 0.8% | 0.93% | - |
| XYZ | 32.18 | 16.31 | 82.34 | - |
| YUV | 104.36 | 203.42 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 238 | 0.30 | 0.80 | 0 | 0.07 | 277.38 | 0.85 | 0.56 |
| Hex | A6 | 2F | EE | 1E | 50 | 0 | 7 | 115 | 55 | 38 |
| Octal | 246 | 57 | 356 | 36 | 120 | 0 | 7 | 425 | 125 | 70 |
| Binary | 10100110 | 101111 | 11101110 | 11110 | 1010000 | 0 | 111 | 100010101 | 1010101 | 111000 |
Color Harmonies of #A62FEE
Complementary color
Monochromatic Colors of #A62FEE
Black with #A62FEE
Text Example
Text Example
White with #A62FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FEE; }
p { color: rgb(166,47,238); }
H1.HeaderClassName
{
color: #A62FEE;
}
.AnyTagClassName
{
color: #A62FEE;
}
</style>
background-color css
<style>
a { background-color: #A62FEE; }
a { background-color: rgb(166,47,238); }
div.DivClassName
{
background-color: #A62FEE;
}
.BgClassName
{
background-color: #A62FEE;
}
</style>
border-color css
<style>
span { border-color: #A62FEE; }
span { border-color: rgb(166,47,238); }
td.TdClassName
{
border-color: #A62FEE;
}
.TagClassName
{
border-color: #A62FEE;
}
</style>