Shades of Blue Violet #A726EE
Tints of Blue Violet #A726EE
RGB
CMYK
RGB Variations
Color information
#A726EE (or 0xA726EE) is known color: Blue Violet. HEX triplet: A7, 26 and EE. RGB value is (167,38,238). Sum of RGB (Red+Green+Blue) = 167+38+238=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #A726EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A726EE is #58D911. Grayscale: #626262. Windows color (decimal): -5822738 or 15607463. OLE color: 15607463.
HSL color Cylindrical-coordinate representation of color #A726EE: hue angle of 278.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A726EE is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 38 | 238 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.07 |
| HSL | 278.7º | 0.85% | 0.54% | - |
| HSV(B) | 278.7º | 0.84% | 0.93% | - |
| XYZ | 32.06 | 15.77 | 82.24 | - |
| YUV | 99.37 | 206.24 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 238 | 0.30 | 0.84 | 0 | 0.07 | 278.7 | 0.85 | 0.54 |
| Hex | A7 | 26 | EE | 1E | 54 | 0 | 7 | 117 | 55 | 36 |
| Octal | 247 | 46 | 356 | 36 | 124 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10100111 | 100110 | 11101110 | 11110 | 1010100 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A726EE
Complementary color
Monochromatic Colors of #A726EE
Black with #A726EE
Text Example
Text Example
White with #A726EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A726EE; }
p { color: rgb(167,38,238); }
H1.HeaderClassName
{
color: #A726EE;
}
.AnyTagClassName
{
color: #A726EE;
}
</style>
background-color css
<style>
a { background-color: #A726EE; }
a { background-color: rgb(167,38,238); }
div.DivClassName
{
background-color: #A726EE;
}
.BgClassName
{
background-color: #A726EE;
}
</style>
border-color css
<style>
span { border-color: #A726EE; }
span { border-color: rgb(167,38,238); }
td.TdClassName
{
border-color: #A726EE;
}
.TagClassName
{
border-color: #A726EE;
}
</style>