Shades of Blue Violet #A62CE8
Tints of Blue Violet #A62CE8
RGB
CMYK
RGB Variations
Color information
#A62CE8 (or 0xA62CE8) is known color: Blue Violet. HEX triplet: A6, 2C and E8. RGB value is (166,44,232). Sum of RGB (Red+Green+Blue) = 166+44+232=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #A62CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62CE8 is #59D317. Grayscale: #656565. Windows color (decimal): -5886744 or 15215782. OLE color: 15215782.
HSL color Cylindrical-coordinate representation of color #A62CE8: hue angle of 278.94º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62CE8 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 44 | 232 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.09 |
| HSL | 278.94º | 0.8% | 0.54% | - |
| HSV(B) | 278.94º | 0.81% | 0.91% | - |
| XYZ | 31.19 | 15.73 | 77.74 | - |
| YUV | 101.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 232 | 0.28 | 0.81 | 0 | 0.09 | 278.94 | 0.8 | 0.54 |
| Hex | A6 | 2C | E8 | 1C | 51 | 0 | 9 | 117 | 50 | 36 |
| Octal | 246 | 54 | 350 | 34 | 121 | 0 | 11 | 427 | 120 | 66 |
| Binary | 10100110 | 101100 | 11101000 | 11100 | 1010001 | 0 | 1001 | 100010111 | 1010000 | 110110 |
Color Harmonies of #A62CE8
Complementary color
Monochromatic Colors of #A62CE8
Black with #A62CE8
Text Example
Text Example
White with #A62CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CE8; }
p { color: rgb(166,44,232); }
H1.HeaderClassName
{
color: #A62CE8;
}
.AnyTagClassName
{
color: #A62CE8;
}
</style>
background-color css
<style>
a { background-color: #A62CE8; }
a { background-color: rgb(166,44,232); }
div.DivClassName
{
background-color: #A62CE8;
}
.BgClassName
{
background-color: #A62CE8;
}
</style>
border-color css
<style>
span { border-color: #A62CE8; }
span { border-color: rgb(166,44,232); }
td.TdClassName
{
border-color: #A62CE8;
}
.TagClassName
{
border-color: #A62CE8;
}
</style>