Shades of Blue Violet #A831FD
Tints of Blue Violet #A831FD
RGB
CMYK
RGB Variations
Color information
#A831FD (or 0xA831FD) is known color: Blue Violet. HEX triplet: A8, 31 and FD. RGB value is (168,49,253). Sum of RGB (Red+Green+Blue) = 168+49+253=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #A831FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831FD is #57CE02. Grayscale: #6B6B6B. Windows color (decimal): -5754371 or 16593320. OLE color: 16593320.
HSL color Cylindrical-coordinate representation of color #A831FD: hue angle of 275º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A831FD is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 49 | 253 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.01 |
| HSL | 275º | 0.98% | 0.59% | - |
| HSV(B) | 275º | 0.81% | 0.99% | - |
| XYZ | 34.98 | 17.61 | 94.48 | - |
| YUV | 107.84 | 209.92 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 253 | 0.34 | 0.81 | 0 | 0.01 | 275 | 0.98 | 0.59 |
| Hex | A8 | 31 | FD | 22 | 51 | 0 | 1 | 113 | 62 | 3B |
| Octal | 250 | 61 | 375 | 42 | 121 | 0 | 1 | 423 | 142 | 73 |
| Binary | 10101000 | 110001 | 11111101 | 100010 | 1010001 | 0 | 1 | 100010011 | 1100010 | 111011 |
Color Harmonies of #A831FD
Complementary color
Monochromatic Colors of #A831FD
Black with #A831FD
Text Example
Text Example
White with #A831FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A831FD; }
p { color: rgb(168,49,253); }
H1.HeaderClassName
{
color: #A831FD;
}
.AnyTagClassName
{
color: #A831FD;
}
</style>
background-color css
<style>
a { background-color: #A831FD; }
a { background-color: rgb(168,49,253); }
div.DivClassName
{
background-color: #A831FD;
}
.BgClassName
{
background-color: #A831FD;
}
</style>
border-color css
<style>
span { border-color: #A831FD; }
span { border-color: rgb(168,49,253); }
td.TdClassName
{
border-color: #A831FD;
}
.TagClassName
{
border-color: #A831FD;
}
</style>