Shades of Blue Violet #A62FF3
Tints of Blue Violet #A62FF3
RGB
CMYK
RGB Variations
Color information
#A62FF3 (or 0xA62FF3) is known color: Blue Violet. HEX triplet: A6, 2F and F3. RGB value is (166,47,243). Sum of RGB (Red+Green+Blue) = 166+47+243=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #A62FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FF3 is #59D00C. Grayscale: #686868. Windows color (decimal): -5885965 or 15937446. OLE color: 15937446.
HSL color Cylindrical-coordinate representation of color #A62FF3: hue angle of 276.43º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62FF3 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 47 | 243 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.05 |
| HSL | 276.43º | 0.89% | 0.57% | - |
| HSV(B) | 276.43º | 0.81% | 0.95% | - |
| XYZ | 32.92 | 16.61 | 86.27 | - |
| YUV | 104.93 | 205.92 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 243 | 0.32 | 0.81 | 0 | 0.05 | 276.43 | 0.89 | 0.57 |
| Hex | A6 | 2F | F3 | 20 | 51 | 0 | 5 | 114 | 59 | 39 |
| Octal | 246 | 57 | 363 | 40 | 121 | 0 | 5 | 424 | 131 | 71 |
| Binary | 10100110 | 101111 | 11110011 | 100000 | 1010001 | 0 | 101 | 100010100 | 1011001 | 111001 |
Color Harmonies of #A62FF3
Complementary color
Monochromatic Colors of #A62FF3
Black with #A62FF3
Text Example
Text Example
White with #A62FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FF3; }
p { color: rgb(166,47,243); }
H1.HeaderClassName
{
color: #A62FF3;
}
.AnyTagClassName
{
color: #A62FF3;
}
</style>
background-color css
<style>
a { background-color: #A62FF3; }
a { background-color: rgb(166,47,243); }
div.DivClassName
{
background-color: #A62FF3;
}
.BgClassName
{
background-color: #A62FF3;
}
</style>
border-color css
<style>
span { border-color: #A62FF3; }
span { border-color: rgb(166,47,243); }
td.TdClassName
{
border-color: #A62FF3;
}
.TagClassName
{
border-color: #A62FF3;
}
</style>