Shades of Blue Violet #A62FEA
Tints of Blue Violet #A62FEA
RGB
CMYK
RGB Variations
Color information
#A62FEA (or 0xA62FEA) is known color: Blue Violet. HEX triplet: A6, 2F and EA. RGB value is (166,47,234). Sum of RGB (Red+Green+Blue) = 166+47+234=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #A62FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FEA is #59D015. Grayscale: #676767. Windows color (decimal): -5885974 or 15347622. OLE color: 15347622.
HSL color Cylindrical-coordinate representation of color #A62FEA: hue angle of 278.18º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62FEA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 47 | 234 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.08 |
| HSL | 278.18º | 0.82% | 0.55% | - |
| HSV(B) | 278.18º | 0.8% | 0.92% | - |
| XYZ | 31.59 | 16.08 | 79.28 | - |
| YUV | 103.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 234 | 0.29 | 0.80 | 0 | 0.08 | 278.18 | 0.82 | 0.55 |
| Hex | A6 | 2F | EA | 1D | 50 | 0 | 8 | 116 | 52 | 37 |
| Octal | 246 | 57 | 352 | 35 | 120 | 0 | 10 | 426 | 122 | 67 |
| Binary | 10100110 | 101111 | 11101010 | 11101 | 1010000 | 0 | 1000 | 100010110 | 1010010 | 110111 |
Color Harmonies of #A62FEA
Complementary color
Monochromatic Colors of #A62FEA
Black with #A62FEA
Text Example
Text Example
White with #A62FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FEA; }
p { color: rgb(166,47,234); }
H1.HeaderClassName
{
color: #A62FEA;
}
.AnyTagClassName
{
color: #A62FEA;
}
</style>
background-color css
<style>
a { background-color: #A62FEA; }
a { background-color: rgb(166,47,234); }
div.DivClassName
{
background-color: #A62FEA;
}
.BgClassName
{
background-color: #A62FEA;
}
</style>
border-color css
<style>
span { border-color: #A62FEA; }
span { border-color: rgb(166,47,234); }
td.TdClassName
{
border-color: #A62FEA;
}
.TagClassName
{
border-color: #A62FEA;
}
</style>