Shades of Blue Violet #A726EA
Tints of Blue Violet #A726EA
RGB
CMYK
RGB Variations
Color information
#A726EA (or 0xA726EA) is known color: Blue Violet. HEX triplet: A7, 26 and EA. RGB value is (167,38,234). Sum of RGB (Red+Green+Blue) = 167+38+234=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #A726EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A726EA is #58D915. Grayscale: #626262. Windows color (decimal): -5822742 or 15345319. OLE color: 15345319.
HSL color Cylindrical-coordinate representation of color #A726EA: hue angle of 279.49º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A726EA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 38 | 234 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.08 |
| HSL | 279.49º | 0.82% | 0.53% | - |
| HSV(B) | 279.49º | 0.84% | 0.92% | - |
| XYZ | 31.48 | 15.54 | 79.18 | - |
| YUV | 98.92 | 204.24 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 234 | 0.29 | 0.84 | 0 | 0.08 | 279.49 | 0.82 | 0.53 |
| Hex | A7 | 26 | EA | 1D | 54 | 0 | 8 | 117 | 52 | 35 |
| Octal | 247 | 46 | 352 | 35 | 124 | 0 | 10 | 427 | 122 | 65 |
| Binary | 10100111 | 100110 | 11101010 | 11101 | 1010100 | 0 | 1000 | 100010111 | 1010010 | 110101 |
Color Harmonies of #A726EA
Complementary color
Monochromatic Colors of #A726EA
Black with #A726EA
Text Example
Text Example
White with #A726EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726EA; }
p { color: rgb(167,38,234); }
H1.HeaderClassName
{
color: #A726EA;
}
.AnyTagClassName
{
color: #A726EA;
}
</style>
background-color css
<style>
a { background-color: #A726EA; }
a { background-color: rgb(167,38,234); }
div.DivClassName
{
background-color: #A726EA;
}
.BgClassName
{
background-color: #A726EA;
}
</style>
border-color css
<style>
span { border-color: #A726EA; }
span { border-color: rgb(167,38,234); }
td.TdClassName
{
border-color: #A726EA;
}
.TagClassName
{
border-color: #A726EA;
}
</style>