Shades of Blue Violet #A338EF
Tints of Blue Violet #A338EF
RGB
CMYK
RGB Variations
Color information
#A338EF (or 0xA338EF) is known color: Blue Violet. HEX triplet: A3, 38 and EF. RGB value is (163,56,239). Sum of RGB (Red+Green+Blue) = 163+56+239=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #A338EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338EF is #5CC710. Grayscale: #6C6C6C. Windows color (decimal): -6080273 or 15677603. OLE color: 15677603.
HSL color Cylindrical-coordinate representation of color #A338EF: hue angle of 275.08º 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 #A338EF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 56 | 239 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.06 |
| HSL | 275.08º | 0.85% | 0.58% | - |
| HSV(B) | 275.08º | 0.77% | 0.94% | - |
| XYZ | 32.1 | 16.85 | 83.22 | - |
| YUV | 108.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 239 | 0.32 | 0.77 | 0 | 0.06 | 275.08 | 0.85 | 0.58 |
| Hex | A3 | 38 | EF | 20 | 4D | 0 | 6 | 113 | 55 | 3A |
| Octal | 243 | 70 | 357 | 40 | 115 | 0 | 6 | 423 | 125 | 72 |
| Binary | 10100011 | 111000 | 11101111 | 100000 | 1001101 | 0 | 110 | 100010011 | 1010101 | 111010 |
Color Harmonies of #A338EF
Complementary color
Monochromatic Colors of #A338EF
Black with #A338EF
Text Example
Text Example
White with #A338EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338EF; }
p { color: rgb(163,56,239); }
H1.HeaderClassName
{
color: #A338EF;
}
.AnyTagClassName
{
color: #A338EF;
}
</style>
background-color css
<style>
a { background-color: #A338EF; }
a { background-color: rgb(163,56,239); }
div.DivClassName
{
background-color: #A338EF;
}
.BgClassName
{
background-color: #A338EF;
}
</style>
border-color css
<style>
span { border-color: #A338EF; }
span { border-color: rgb(163,56,239); }
td.TdClassName
{
border-color: #A338EF;
}
.TagClassName
{
border-color: #A338EF;
}
</style>