Shades of Blue Violet #A62CFB
Tints of Blue Violet #A62CFB
RGB
CMYK
RGB Variations
Color information
#A62CFB (or 0xA62CFB) is known color: Blue Violet. HEX triplet: A6, 2C and FB. RGB value is (166,44,251). Sum of RGB (Red+Green+Blue) = 166+44+251=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #A62CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62CFB is #59D304. Grayscale: #676767. Windows color (decimal): -5886725 or 16460966. OLE color: 16460966.
HSL color Cylindrical-coordinate representation of color #A62CFB: hue angle of 275.36º 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 #A62CFB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 44 | 251 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.02 |
| HSL | 275.36º | 0.96% | 0.58% | - |
| HSV(B) | 275.36º | 0.82% | 0.98% | - |
| XYZ | 34.04 | 16.87 | 92.73 | - |
| YUV | 104.08 | 210.92 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 251 | 0.34 | 0.82 | 0 | 0.02 | 275.36 | 0.96 | 0.58 |
| Hex | A6 | 2C | FB | 22 | 52 | 0 | 2 | 113 | 60 | 3A |
| Octal | 246 | 54 | 373 | 42 | 122 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100110 | 101100 | 11111011 | 100010 | 1010010 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A62CFB
Complementary color
Monochromatic Colors of #A62CFB
Black with #A62CFB
Text Example
Text Example
White with #A62CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62CFB; }
p { color: rgb(166,44,251); }
H1.HeaderClassName
{
color: #A62CFB;
}
.AnyTagClassName
{
color: #A62CFB;
}
</style>
background-color css
<style>
a { background-color: #A62CFB; }
a { background-color: rgb(166,44,251); }
div.DivClassName
{
background-color: #A62CFB;
}
.BgClassName
{
background-color: #A62CFB;
}
</style>
border-color css
<style>
span { border-color: #A62CFB; }
span { border-color: rgb(166,44,251); }
td.TdClassName
{
border-color: #A62CFB;
}
.TagClassName
{
border-color: #A62CFB;
}
</style>