Shades of Blue Violet #A622FC
Tints of Blue Violet #A622FC
RGB
CMYK
RGB Variations
Color information
#A622FC (or 0xA622FC) is known color: Blue Violet. HEX triplet: A6, 22 and FC. RGB value is (166,34,252). Sum of RGB (Red+Green+Blue) = 166+34+252=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #A622FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A622FC is #59DD03. Grayscale: #616161. Windows color (decimal): -5889284 or 16523942. OLE color: 16523942.
HSL color Cylindrical-coordinate representation of color #A622FC: hue angle of 276.33º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A622FC is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 34 | 252 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.01 |
| HSL | 276.33º | 0.97% | 0.56% | - |
| HSV(B) | 276.33º | 0.87% | 0.99% | - |
| XYZ | 33.87 | 16.28 | 93.45 | - |
| YUV | 98.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 252 | 0.34 | 0.87 | 0 | 0.01 | 276.33 | 0.97 | 0.56 |
| Hex | A6 | 22 | FC | 22 | 57 | 0 | 1 | 114 | 61 | 38 |
| Octal | 246 | 42 | 374 | 42 | 127 | 0 | 1 | 424 | 141 | 70 |
| Binary | 10100110 | 100010 | 11111100 | 100010 | 1010111 | 0 | 1 | 100010100 | 1100001 | 111000 |
Color Harmonies of #A622FC
Complementary color
Monochromatic Colors of #A622FC
Black with #A622FC
Text Example
Text Example
White with #A622FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622FC; }
p { color: rgb(166,34,252); }
H1.HeaderClassName
{
color: #A622FC;
}
.AnyTagClassName
{
color: #A622FC;
}
</style>
background-color css
<style>
a { background-color: #A622FC; }
a { background-color: rgb(166,34,252); }
div.DivClassName
{
background-color: #A622FC;
}
.BgClassName
{
background-color: #A622FC;
}
</style>
border-color css
<style>
span { border-color: #A622FC; }
span { border-color: rgb(166,34,252); }
td.TdClassName
{
border-color: #A622FC;
}
.TagClassName
{
border-color: #A622FC;
}
</style>