Shades of Blue Violet #A425FF
Tints of Blue Violet #A425FF
RGB
CMYK
RGB Variations
Color information
#A425FF (or 0xA425FF) is known color: Blue Violet. HEX triplet: A4, 25 and FF. RGB value is (164,37,255). Sum of RGB (Red+Green+Blue) = 164+37+255=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #A425FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A425FF is #5BDA00. Grayscale: #636363. Windows color (decimal): -6019585 or 16721316. OLE color: 16721316.
HSL color Cylindrical-coordinate representation of color #A425FF: hue angle of 274.95º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A425FF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 37 | 255 | - |
| CMYK | 0.36 | 0.85 | 0 | 0 |
| HSL | 274.95º | 1% | 0.57% | - |
| HSV(B) | 274.95º | 0.85% | 1% | - |
| XYZ | 34.02 | 16.44 | 95.99 | - |
| YUV | 99.83 | 215.58 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 255 | 0.36 | 0.85 | 0 | 0 | 274.95 | 1 | 0.57 |
| Hex | A4 | 25 | FF | 24 | 55 | 0 | 0 | 113 | 64 | 39 |
| Octal | 244 | 45 | 377 | 44 | 125 | 0 | 0 | 423 | 144 | 71 |
| Binary | 10100100 | 100101 | 11111111 | 100100 | 1010101 | 0 | 0 | 100010011 | 1100100 | 111001 |
Color Harmonies of #A425FF
Complementary color
Monochromatic Colors of #A425FF
Black with #A425FF
Text Example
Text Example
White with #A425FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425FF; }
p { color: rgb(164,37,255); }
H1.HeaderClassName
{
color: #A425FF;
}
.AnyTagClassName
{
color: #A425FF;
}
</style>
background-color css
<style>
a { background-color: #A425FF; }
a { background-color: rgb(164,37,255); }
div.DivClassName
{
background-color: #A425FF;
}
.BgClassName
{
background-color: #A425FF;
}
</style>
border-color css
<style>
span { border-color: #A425FF; }
span { border-color: rgb(164,37,255); }
td.TdClassName
{
border-color: #A425FF;
}
.TagClassName
{
border-color: #A425FF;
}
</style>