Shades of Blue Violet #A338FE
Tints of Blue Violet #A338FE
RGB
CMYK
RGB Variations
Color information
#A338FE (or 0xA338FE) is known color: Blue Violet. HEX triplet: A3, 38 and FE. RGB value is (163,56,254). Sum of RGB (Red+Green+Blue) = 163+56+254=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #A338FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338FE is #5CC701. Grayscale: #6D6D6D. Windows color (decimal): -6080258 or 16660643. OLE color: 16660643.
HSL color Cylindrical-coordinate representation of color #A338FE: hue angle of 272.42º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A338FE is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 56 | 254 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.00 |
| HSL | 272.42º | 0.99% | 0.61% | - |
| HSV(B) | 272.42º | 0.78% | 1% | - |
| XYZ | 34.41 | 17.77 | 95.38 | - |
| YUV | 110.57 | 208.95 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 254 | 0.36 | 0.78 | 0 | 0.00 | 272.42 | 0.99 | 0.61 |
| Hex | A3 | 38 | FE | 24 | 4E | 0 | 0 | 110 | 63 | 3D |
| Octal | 243 | 70 | 376 | 44 | 116 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100011 | 111000 | 11111110 | 100100 | 1001110 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A338FE
Complementary color
Monochromatic Colors of #A338FE
Black with #A338FE
Text Example
Text Example
White with #A338FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338FE; }
p { color: rgb(163,56,254); }
H1.HeaderClassName
{
color: #A338FE;
}
.AnyTagClassName
{
color: #A338FE;
}
</style>
background-color css
<style>
a { background-color: #A338FE; }
a { background-color: rgb(163,56,254); }
div.DivClassName
{
background-color: #A338FE;
}
.BgClassName
{
background-color: #A338FE;
}
</style>
border-color css
<style>
span { border-color: #A338FE; }
span { border-color: rgb(163,56,254); }
td.TdClassName
{
border-color: #A338FE;
}
.TagClassName
{
border-color: #A338FE;
}
</style>