Shades of Blue Violet #A634F5
Tints of Blue Violet #A634F5
RGB
CMYK
RGB Variations
Color information
#A634F5 (or 0xA634F5) is known color: Blue Violet. HEX triplet: A6, 34 and F5. RGB value is (166,52,245). Sum of RGB (Red+Green+Blue) = 166+52+245=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #A634F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A634F5 is #59CB0A. Grayscale: #6B6B6B. Windows color (decimal): -5884683 or 16069798. OLE color: 16069798.
HSL color Cylindrical-coordinate representation of color #A634F5: hue angle of 275.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A634F5 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 52 | 245 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.04 |
| HSL | 275.44º | 0.91% | 0.58% | - |
| HSV(B) | 275.44º | 0.79% | 0.96% | - |
| XYZ | 33.44 | 17.16 | 87.94 | - |
| YUV | 108.09 | 205.27 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 245 | 0.32 | 0.79 | 0 | 0.04 | 275.44 | 0.91 | 0.58 |
| Hex | A6 | 34 | F5 | 20 | 4F | 0 | 4 | 113 | 5B | 3A |
| Octal | 246 | 64 | 365 | 40 | 117 | 0 | 4 | 423 | 133 | 72 |
| Binary | 10100110 | 110100 | 11110101 | 100000 | 1001111 | 0 | 100 | 100010011 | 1011011 | 111010 |
Color Harmonies of #A634F5
Complementary color
Monochromatic Colors of #A634F5
Black with #A634F5
Text Example
Text Example
White with #A634F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634F5; }
p { color: rgb(166,52,245); }
H1.HeaderClassName
{
color: #A634F5;
}
.AnyTagClassName
{
color: #A634F5;
}
</style>
background-color css
<style>
a { background-color: #A634F5; }
a { background-color: rgb(166,52,245); }
div.DivClassName
{
background-color: #A634F5;
}
.BgClassName
{
background-color: #A634F5;
}
</style>
border-color css
<style>
span { border-color: #A634F5; }
span { border-color: rgb(166,52,245); }
td.TdClassName
{
border-color: #A634F5;
}
.TagClassName
{
border-color: #A634F5;
}
</style>