Shades of Blue Violet #A54AF3
Tints of Blue Violet #A54AF3
RGB
CMYK
RGB Variations
Color information
#A54AF3 (or 0xA54AF3) is known color: Blue Violet. HEX triplet: A5, 4A and F3. RGB value is (165,74,243). Sum of RGB (Red+Green+Blue) = 165+74+243=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #A54AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AF3 is #5AB50C. Grayscale: #777777. Windows color (decimal): -5944589 or 15944357. OLE color: 15944357.
HSL color Cylindrical-coordinate representation of color #A54AF3: hue angle of 272.31º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54AF3 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 74 | 243 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.05 |
| HSL | 272.31º | 0.88% | 0.62% | - |
| HSV(B) | 272.31º | 0.7% | 0.95% | - |
| XYZ | 34.14 | 19.37 | 86.73 | - |
| YUV | 120.48 | 197.15 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 243 | 0.32 | 0.70 | 0 | 0.05 | 272.31 | 0.88 | 0.62 |
| Hex | A5 | 4A | F3 | 20 | 46 | 0 | 5 | 110 | 58 | 3E |
| Octal | 245 | 112 | 363 | 40 | 106 | 0 | 5 | 420 | 130 | 76 |
| Binary | 10100101 | 1001010 | 11110011 | 100000 | 1000110 | 0 | 101 | 100010000 | 1011000 | 111110 |
Color Harmonies of #A54AF3
Complementary color
Monochromatic Colors of #A54AF3
Black with #A54AF3
Text Example
Text Example
White with #A54AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AF3; }
p { color: rgb(165,74,243); }
H1.HeaderClassName
{
color: #A54AF3;
}
.AnyTagClassName
{
color: #A54AF3;
}
</style>
background-color css
<style>
a { background-color: #A54AF3; }
a { background-color: rgb(165,74,243); }
div.DivClassName
{
background-color: #A54AF3;
}
.BgClassName
{
background-color: #A54AF3;
}
</style>
border-color css
<style>
span { border-color: #A54AF3; }
span { border-color: rgb(165,74,243); }
td.TdClassName
{
border-color: #A54AF3;
}
.TagClassName
{
border-color: #A54AF3;
}
</style>