Shades of Blue Violet #A632F3
Tints of Blue Violet #A632F3
RGB
CMYK
RGB Variations
Color information
#A632F3 (or 0xA632F3) is known color: Blue Violet. HEX triplet: A6, 32 and F3. RGB value is (166,50,243). Sum of RGB (Red+Green+Blue) = 166+50+243=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #A632F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A632F3 is #59CD0C. Grayscale: #6A6A6A. Windows color (decimal): -5885197 or 15938214. OLE color: 15938214.
HSL color Cylindrical-coordinate representation of color #A632F3: hue angle of 276.06º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A632F3 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 50 | 243 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.05 |
| HSL | 276.06º | 0.89% | 0.57% | - |
| HSV(B) | 276.06º | 0.79% | 0.95% | - |
| XYZ | 33.04 | 16.86 | 86.31 | - |
| YUV | 106.69 | 204.93 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 243 | 0.32 | 0.79 | 0 | 0.05 | 276.06 | 0.89 | 0.57 |
| Hex | A6 | 32 | F3 | 20 | 4F | 0 | 5 | 114 | 59 | 39 |
| Octal | 246 | 62 | 363 | 40 | 117 | 0 | 5 | 424 | 131 | 71 |
| Binary | 10100110 | 110010 | 11110011 | 100000 | 1001111 | 0 | 101 | 100010100 | 1011001 | 111001 |
Color Harmonies of #A632F3
Complementary color
Monochromatic Colors of #A632F3
Black with #A632F3
Text Example
Text Example
White with #A632F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A632F3; }
p { color: rgb(166,50,243); }
H1.HeaderClassName
{
color: #A632F3;
}
.AnyTagClassName
{
color: #A632F3;
}
</style>
background-color css
<style>
a { background-color: #A632F3; }
a { background-color: rgb(166,50,243); }
div.DivClassName
{
background-color: #A632F3;
}
.BgClassName
{
background-color: #A632F3;
}
</style>
border-color css
<style>
span { border-color: #A632F3; }
span { border-color: rgb(166,50,243); }
td.TdClassName
{
border-color: #A632F3;
}
.TagClassName
{
border-color: #A632F3;
}
</style>