Shades of Blue Violet #A838F6
Tints of Blue Violet #A838F6
RGB
CMYK
RGB Variations
Color information
#A838F6 (or 0xA838F6) is known color: Blue Violet. HEX triplet: A8, 38 and F6. RGB value is (168,56,246). Sum of RGB (Red+Green+Blue) = 168+56+246=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #A838F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838F6 is #57C709. Grayscale: #6E6E6E. Windows color (decimal): -5752586 or 16136360. OLE color: 16136360.
HSL color Cylindrical-coordinate representation of color #A838F6: hue angle of 275.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A838F6 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 56 | 246 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.04 |
| HSL | 275.37º | 0.91% | 0.59% | - |
| HSV(B) | 275.37º | 0.77% | 0.96% | - |
| XYZ | 34.2 | 17.81 | 88.82 | - |
| YUV | 111.15 | 204.11 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 246 | 0.32 | 0.77 | 0 | 0.04 | 275.37 | 0.91 | 0.59 |
| Hex | A8 | 38 | F6 | 20 | 4D | 0 | 4 | 113 | 5B | 3B |
| Octal | 250 | 70 | 366 | 40 | 115 | 0 | 4 | 423 | 133 | 73 |
| Binary | 10101000 | 111000 | 11110110 | 100000 | 1001101 | 0 | 100 | 100010011 | 1011011 | 111011 |
Color Harmonies of #A838F6
Complementary color
Monochromatic Colors of #A838F6
Black with #A838F6
Text Example
Text Example
White with #A838F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838F6; }
p { color: rgb(168,56,246); }
H1.HeaderClassName
{
color: #A838F6;
}
.AnyTagClassName
{
color: #A838F6;
}
</style>
background-color css
<style>
a { background-color: #A838F6; }
a { background-color: rgb(168,56,246); }
div.DivClassName
{
background-color: #A838F6;
}
.BgClassName
{
background-color: #A838F6;
}
</style>
border-color css
<style>
span { border-color: #A838F6; }
span { border-color: rgb(168,56,246); }
td.TdClassName
{
border-color: #A838F6;
}
.TagClassName
{
border-color: #A838F6;
}
</style>