Shades of Blue Violet #A62DFB
Tints of Blue Violet #A62DFB
RGB
CMYK
RGB Variations
Color information
#A62DFB (or 0xA62DFB) is known color: Blue Violet. HEX triplet: A6, 2D and FB. RGB value is (166,45,251). Sum of RGB (Red+Green+Blue) = 166+45+251=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #A62DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62DFB is #59D204. Grayscale: #676767. Windows color (decimal): -5886469 or 16461222. OLE color: 16461222.
HSL color Cylindrical-coordinate representation of color #A62DFB: hue angle of 275.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A62DFB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 45 | 251 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.02 |
| HSL | 275.24º | 0.96% | 0.58% | - |
| HSV(B) | 275.24º | 0.82% | 0.98% | - |
| XYZ | 34.08 | 16.95 | 92.74 | - |
| YUV | 104.66 | 210.59 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 251 | 0.34 | 0.82 | 0 | 0.02 | 275.24 | 0.96 | 0.58 |
| Hex | A6 | 2D | FB | 22 | 52 | 0 | 2 | 113 | 60 | 3A |
| Octal | 246 | 55 | 373 | 42 | 122 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100110 | 101101 | 11111011 | 100010 | 1010010 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A62DFB
Complementary color
Monochromatic Colors of #A62DFB
Black with #A62DFB
Text Example
Text Example
White with #A62DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DFB; }
p { color: rgb(166,45,251); }
H1.HeaderClassName
{
color: #A62DFB;
}
.AnyTagClassName
{
color: #A62DFB;
}
</style>
background-color css
<style>
a { background-color: #A62DFB; }
a { background-color: rgb(166,45,251); }
div.DivClassName
{
background-color: #A62DFB;
}
.BgClassName
{
background-color: #A62DFB;
}
</style>
border-color css
<style>
span { border-color: #A62DFB; }
span { border-color: rgb(166,45,251); }
td.TdClassName
{
border-color: #A62DFB;
}
.TagClassName
{
border-color: #A62DFB;
}
</style>