Shades of Blue Violet #A829FB
Tints of Blue Violet #A829FB
RGB
CMYK
RGB Variations
Color information
#A829FB (or 0xA829FB) is known color: Blue Violet. HEX triplet: A8, 29 and FB. RGB value is (168,41,251). Sum of RGB (Red+Green+Blue) = 168+41+251=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #A829FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829FB is #57D604. Grayscale: #666666. Windows color (decimal): -5756421 or 16460200. OLE color: 16460200.
HSL color Cylindrical-coordinate representation of color #A829FB: hue angle of 276.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A829FB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 41 | 251 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.02 |
| HSL | 276.29º | 0.96% | 0.57% | - |
| HSV(B) | 276.29º | 0.84% | 0.98% | - |
| XYZ | 34.35 | 16.88 | 92.71 | - |
| YUV | 102.91 | 211.58 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 251 | 0.33 | 0.84 | 0 | 0.02 | 276.29 | 0.96 | 0.57 |
| Hex | A8 | 29 | FB | 21 | 54 | 0 | 2 | 114 | 60 | 39 |
| Octal | 250 | 51 | 373 | 41 | 124 | 0 | 2 | 424 | 140 | 71 |
| Binary | 10101000 | 101001 | 11111011 | 100001 | 1010100 | 0 | 10 | 100010100 | 1100000 | 111001 |
Color Harmonies of #A829FB
Complementary color
Monochromatic Colors of #A829FB
Black with #A829FB
Text Example
Text Example
White with #A829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A829FB; }
p { color: rgb(168,41,251); }
H1.HeaderClassName
{
color: #A829FB;
}
.AnyTagClassName
{
color: #A829FB;
}
</style>
background-color css
<style>
a { background-color: #A829FB; }
a { background-color: rgb(168,41,251); }
div.DivClassName
{
background-color: #A829FB;
}
.BgClassName
{
background-color: #A829FB;
}
</style>
border-color css
<style>
span { border-color: #A829FB; }
span { border-color: rgb(168,41,251); }
td.TdClassName
{
border-color: #A829FB;
}
.TagClassName
{
border-color: #A829FB;
}
</style>