Shades of Blue Violet #A025F3
Tints of Blue Violet #A025F3
RGB
CMYK
RGB Variations
Color information
#A025F3 (or 0xA025F3) is known color: Blue Violet. HEX triplet: A0, 25 and F3. RGB value is (160,37,243). Sum of RGB (Red+Green+Blue) = 160+37+243=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #A025F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A025F3 is #5FDA0C. Grayscale: #606060. Windows color (decimal): -6281741 or 15934880. OLE color: 15934880.
HSL color Cylindrical-coordinate representation of color #A025F3: hue angle of 275.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A025F3 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 37 | 243 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.05 |
| HSL | 275.83º | 0.9% | 0.55% | - |
| HSV(B) | 275.83º | 0.85% | 0.95% | - |
| XYZ | 31.34 | 15.27 | 86.09 | - |
| YUV | 97.26 | 210.25 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 243 | 0.34 | 0.85 | 0 | 0.05 | 275.83 | 0.9 | 0.55 |
| Hex | A0 | 25 | F3 | 22 | 55 | 0 | 5 | 114 | 5A | 37 |
| Octal | 240 | 45 | 363 | 42 | 125 | 0 | 5 | 424 | 132 | 67 |
| Binary | 10100000 | 100101 | 11110011 | 100010 | 1010101 | 0 | 101 | 100010100 | 1011010 | 110111 |
Color Harmonies of #A025F3
Complementary color
Monochromatic Colors of #A025F3
Black with #A025F3
Text Example
Text Example
White with #A025F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025F3; }
p { color: rgb(160,37,243); }
H1.HeaderClassName
{
color: #A025F3;
}
.AnyTagClassName
{
color: #A025F3;
}
</style>
background-color css
<style>
a { background-color: #A025F3; }
a { background-color: rgb(160,37,243); }
div.DivClassName
{
background-color: #A025F3;
}
.BgClassName
{
background-color: #A025F3;
}
</style>
border-color css
<style>
span { border-color: #A025F3; }
span { border-color: rgb(160,37,243); }
td.TdClassName
{
border-color: #A025F3;
}
.TagClassName
{
border-color: #A025F3;
}
</style>