Shades of Blue Violet #A740FE
Tints of Blue Violet #A740FE
RGB
CMYK
RGB Variations
Color information
#A740FE (or 0xA740FE) is known color: Blue Violet. HEX triplet: A7, 40 and FE. RGB value is (167,64,254). Sum of RGB (Red+Green+Blue) = 167+64+254=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #A740FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740FE is #58BF01. Grayscale: #737373. Windows color (decimal): -5816066 or 16662695. OLE color: 16662695.
HSL color Cylindrical-coordinate representation of color #A740FE: hue angle of 272.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A740FE is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 64 | 254 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.00 |
| HSL | 272.53º | 0.99% | 0.62% | - |
| HSV(B) | 272.53º | 0.75% | 1% | - |
| XYZ | 35.66 | 19.04 | 95.56 | - |
| YUV | 116.46 | 205.62 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 254 | 0.34 | 0.75 | 0 | 0.00 | 272.53 | 0.99 | 0.62 |
| Hex | A7 | 40 | FE | 22 | 4B | 0 | 0 | 111 | 63 | 3E |
| Octal | 247 | 100 | 376 | 42 | 113 | 0 | 0 | 421 | 143 | 76 |
| Binary | 10100111 | 1000000 | 11111110 | 100010 | 1001011 | 0 | 0 | 100010001 | 1100011 | 111110 |
Color Harmonies of #A740FE
Complementary color
Monochromatic Colors of #A740FE
Black with #A740FE
Text Example
Text Example
White with #A740FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740FE; }
p { color: rgb(167,64,254); }
H1.HeaderClassName
{
color: #A740FE;
}
.AnyTagClassName
{
color: #A740FE;
}
</style>
background-color css
<style>
a { background-color: #A740FE; }
a { background-color: rgb(167,64,254); }
div.DivClassName
{
background-color: #A740FE;
}
.BgClassName
{
background-color: #A740FE;
}
</style>
border-color css
<style>
span { border-color: #A740FE; }
span { border-color: rgb(167,64,254); }
td.TdClassName
{
border-color: #A740FE;
}
.TagClassName
{
border-color: #A740FE;
}
</style>