Shades of Blue Violet #A62FF5
Tints of Blue Violet #A62FF5
RGB
CMYK
RGB Variations
Color information
#A62FF5 (or 0xA62FF5) is known color: Blue Violet. HEX triplet: A6, 2F and F5. RGB value is (166,47,245). Sum of RGB (Red+Green+Blue) = 166+47+245=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #A62FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FF5 is #59D00A. Grayscale: #686868. Windows color (decimal): -5885963 or 16068518. OLE color: 16068518.
HSL color Cylindrical-coordinate representation of color #A62FF5: hue angle of 276.06º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62FF5 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 47 | 245 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.04 |
| HSL | 276.06º | 0.91% | 0.57% | - |
| HSV(B) | 276.06º | 0.81% | 0.96% | - |
| XYZ | 33.22 | 16.73 | 87.86 | - |
| YUV | 105.15 | 206.92 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 245 | 0.32 | 0.81 | 0 | 0.04 | 276.06 | 0.91 | 0.57 |
| Hex | A6 | 2F | F5 | 20 | 51 | 0 | 4 | 114 | 5B | 39 |
| Octal | 246 | 57 | 365 | 40 | 121 | 0 | 4 | 424 | 133 | 71 |
| Binary | 10100110 | 101111 | 11110101 | 100000 | 1010001 | 0 | 100 | 100010100 | 1011011 | 111001 |
Color Harmonies of #A62FF5
Complementary color
Monochromatic Colors of #A62FF5
Black with #A62FF5
Text Example
Text Example
White with #A62FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FF5; }
p { color: rgb(166,47,245); }
H1.HeaderClassName
{
color: #A62FF5;
}
.AnyTagClassName
{
color: #A62FF5;
}
</style>
background-color css
<style>
a { background-color: #A62FF5; }
a { background-color: rgb(166,47,245); }
div.DivClassName
{
background-color: #A62FF5;
}
.BgClassName
{
background-color: #A62FF5;
}
</style>
border-color css
<style>
span { border-color: #A62FF5; }
span { border-color: rgb(166,47,245); }
td.TdClassName
{
border-color: #A62FF5;
}
.TagClassName
{
border-color: #A62FF5;
}
</style>