Shades of Blue Violet #A62FFF
Tints of Blue Violet #A62FFF
RGB
CMYK
RGB Variations
Color information
#A62FFF (or 0xA62FFF) is known color: Blue Violet. HEX triplet: A6, 2F and FF. RGB value is (166,47,255). Sum of RGB (Red+Green+Blue) = 166+47+255=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #A62FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FFF is #59D000. Grayscale: #696969. Windows color (decimal): -5885953 or 16723878. OLE color: 16723878.
HSL color Cylindrical-coordinate representation of color #A62FFF: hue angle of 274.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A62FFF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 47 | 255 | - |
| CMYK | 0.35 | 0.82 | 0 | 0 |
| HSL | 274.33º | 1% | 0.59% | - |
| HSV(B) | 274.33º | 0.82% | 1% | - |
| XYZ | 34.79 | 17.36 | 96.12 | - |
| YUV | 106.29 | 211.92 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 255 | 0.35 | 0.82 | 0 | 0 | 274.33 | 1 | 0.59 |
| Hex | A6 | 2F | FF | 23 | 52 | 0 | 0 | 112 | 64 | 3B |
| Octal | 246 | 57 | 377 | 43 | 122 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100110 | 101111 | 11111111 | 100011 | 1010010 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A62FFF
Complementary color
Monochromatic Colors of #A62FFF
Black with #A62FFF
Text Example
Text Example
White with #A62FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62FFF; }
p { color: rgb(166,47,255); }
H1.HeaderClassName
{
color: #A62FFF;
}
.AnyTagClassName
{
color: #A62FFF;
}
</style>
background-color css
<style>
a { background-color: #A62FFF; }
a { background-color: rgb(166,47,255); }
div.DivClassName
{
background-color: #A62FFF;
}
.BgClassName
{
background-color: #A62FFF;
}
</style>
border-color css
<style>
span { border-color: #A62FFF; }
span { border-color: rgb(166,47,255); }
td.TdClassName
{
border-color: #A62FFF;
}
.TagClassName
{
border-color: #A62FFF;
}
</style>