Shades of Blue Violet #A625FE
Tints of Blue Violet #A625FE
RGB
CMYK
RGB Variations
Color information
#A625FE (or 0xA625FE) is known color: Blue Violet. HEX triplet: A6, 25 and FE. RGB value is (166,37,254). Sum of RGB (Red+Green+Blue) = 166+37+254=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #A625FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A625FE is #59DA01. Grayscale: #636363. Windows color (decimal): -5888514 or 16655782. OLE color: 16655782.
HSL color Cylindrical-coordinate representation of color #A625FE: hue angle of 275.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A625FE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 37 | 254 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.00 |
| HSL | 275.67º | 0.99% | 0.57% | - |
| HSV(B) | 275.67º | 0.85% | 1% | - |
| XYZ | 34.28 | 16.59 | 95.16 | - |
| YUV | 100.31 | 214.74 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 254 | 0.35 | 0.85 | 0 | 0.00 | 275.67 | 0.99 | 0.57 |
| Hex | A6 | 25 | FE | 23 | 55 | 0 | 0 | 114 | 63 | 39 |
| Octal | 246 | 45 | 376 | 43 | 125 | 0 | 0 | 424 | 143 | 71 |
| Binary | 10100110 | 100101 | 11111110 | 100011 | 1010101 | 0 | 0 | 100010100 | 1100011 | 111001 |
Color Harmonies of #A625FE
Complementary color
Monochromatic Colors of #A625FE
Black with #A625FE
Text Example
Text Example
White with #A625FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A625FE; }
p { color: rgb(166,37,254); }
H1.HeaderClassName
{
color: #A625FE;
}
.AnyTagClassName
{
color: #A625FE;
}
</style>
background-color css
<style>
a { background-color: #A625FE; }
a { background-color: rgb(166,37,254); }
div.DivClassName
{
background-color: #A625FE;
}
.BgClassName
{
background-color: #A625FE;
}
</style>
border-color css
<style>
span { border-color: #A625FE; }
span { border-color: rgb(166,37,254); }
td.TdClassName
{
border-color: #A625FE;
}
.TagClassName
{
border-color: #A625FE;
}
</style>