Shades of Blue Violet #A83AFD
Tints of Blue Violet #A83AFD
RGB
CMYK
RGB Variations
Color information
#A83AFD (or 0xA83AFD) is known color: Blue Violet. HEX triplet: A8, 3A and FD. RGB value is (168,58,253). Sum of RGB (Red+Green+Blue) = 168+58+253=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #A83AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AFD is #57C502. Grayscale: #707070. Windows color (decimal): -5752067 or 16595624. OLE color: 16595624.
HSL color Cylindrical-coordinate representation of color #A83AFD: hue angle of 273.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83AFD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 58 | 253 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.01 |
| HSL | 273.85º | 0.98% | 0.61% | - |
| HSV(B) | 273.85º | 0.77% | 0.99% | - |
| XYZ | 35.39 | 18.44 | 94.62 | - |
| YUV | 113.12 | 206.94 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 253 | 0.34 | 0.77 | 0 | 0.01 | 273.85 | 0.98 | 0.61 |
| Hex | A8 | 3A | FD | 22 | 4D | 0 | 1 | 112 | 62 | 3D |
| Octal | 250 | 72 | 375 | 42 | 115 | 0 | 1 | 422 | 142 | 75 |
| Binary | 10101000 | 111010 | 11111101 | 100010 | 1001101 | 0 | 1 | 100010010 | 1100010 | 111101 |
Color Harmonies of #A83AFD
Complementary color
Monochromatic Colors of #A83AFD
Black with #A83AFD
Text Example
Text Example
White with #A83AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AFD; }
p { color: rgb(168,58,253); }
H1.HeaderClassName
{
color: #A83AFD;
}
.AnyTagClassName
{
color: #A83AFD;
}
</style>
background-color css
<style>
a { background-color: #A83AFD; }
a { background-color: rgb(168,58,253); }
div.DivClassName
{
background-color: #A83AFD;
}
.BgClassName
{
background-color: #A83AFD;
}
</style>
border-color css
<style>
span { border-color: #A83AFD; }
span { border-color: rgb(168,58,253); }
td.TdClassName
{
border-color: #A83AFD;
}
.TagClassName
{
border-color: #A83AFD;
}
</style>