Shades of Blue Violet #A838EF
Tints of Blue Violet #A838EF
RGB
CMYK
RGB Variations
Color information
#A838EF (or 0xA838EF) is known color: Blue Violet. HEX triplet: A8, 38 and EF. RGB value is (168,56,239). Sum of RGB (Red+Green+Blue) = 168+56+239=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #A838EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838EF is #57C710. Grayscale: #6D6D6D. Windows color (decimal): -5752593 or 15677608. OLE color: 15677608.
HSL color Cylindrical-coordinate representation of color #A838EF: hue angle of 276.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A838EF is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 56 | 239 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.06 |
| HSL | 276.72º | 0.85% | 0.58% | - |
| HSV(B) | 276.72º | 0.77% | 0.94% | - |
| XYZ | 33.14 | 17.39 | 83.27 | - |
| YUV | 110.35 | 200.61 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 239 | 0.30 | 0.77 | 0 | 0.06 | 276.72 | 0.85 | 0.58 |
| Hex | A8 | 38 | EF | 1E | 4D | 0 | 6 | 115 | 55 | 3A |
| Octal | 250 | 70 | 357 | 36 | 115 | 0 | 6 | 425 | 125 | 72 |
| Binary | 10101000 | 111000 | 11101111 | 11110 | 1001101 | 0 | 110 | 100010101 | 1010101 | 111010 |
Color Harmonies of #A838EF
Complementary color
Monochromatic Colors of #A838EF
Black with #A838EF
Text Example
Text Example
White with #A838EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838EF; }
p { color: rgb(168,56,239); }
H1.HeaderClassName
{
color: #A838EF;
}
.AnyTagClassName
{
color: #A838EF;
}
</style>
background-color css
<style>
a { background-color: #A838EF; }
a { background-color: rgb(168,56,239); }
div.DivClassName
{
background-color: #A838EF;
}
.BgClassName
{
background-color: #A838EF;
}
</style>
border-color css
<style>
span { border-color: #A838EF; }
span { border-color: rgb(168,56,239); }
td.TdClassName
{
border-color: #A838EF;
}
.TagClassName
{
border-color: #A838EF;
}
</style>