Shades of Blue Violet #A338FA
Tints of Blue Violet #A338FA
RGB
CMYK
RGB Variations
Color information
#A338FA (or 0xA338FA) is known color: Blue Violet. HEX triplet: A3, 38 and FA. RGB value is (163,56,250). Sum of RGB (Red+Green+Blue) = 163+56+250=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #A338FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338FA is #5CC705. Grayscale: #6D6D6D. Windows color (decimal): -6080262 or 16398499. OLE color: 16398499.
HSL color Cylindrical-coordinate representation of color #A338FA: hue angle of 273.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A338FA is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 56 | 250 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.02 |
| HSL | 273.09º | 0.95% | 0.6% | - |
| HSV(B) | 273.09º | 0.78% | 0.98% | - |
| XYZ | 33.77 | 17.52 | 92.04 | - |
| YUV | 110.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 250 | 0.35 | 0.78 | 0 | 0.02 | 273.09 | 0.95 | 0.6 |
| Hex | A3 | 38 | FA | 23 | 4E | 0 | 2 | 111 | 5F | 3C |
| Octal | 243 | 70 | 372 | 43 | 116 | 0 | 2 | 421 | 137 | 74 |
| Binary | 10100011 | 111000 | 11111010 | 100011 | 1001110 | 0 | 10 | 100010001 | 1011111 | 111100 |
Color Harmonies of #A338FA
Complementary color
Monochromatic Colors of #A338FA
Black with #A338FA
Text Example
Text Example
White with #A338FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338FA; }
p { color: rgb(163,56,250); }
H1.HeaderClassName
{
color: #A338FA;
}
.AnyTagClassName
{
color: #A338FA;
}
</style>
background-color css
<style>
a { background-color: #A338FA; }
a { background-color: rgb(163,56,250); }
div.DivClassName
{
background-color: #A338FA;
}
.BgClassName
{
background-color: #A338FA;
}
</style>
border-color css
<style>
span { border-color: #A338FA; }
span { border-color: rgb(163,56,250); }
td.TdClassName
{
border-color: #A338FA;
}
.TagClassName
{
border-color: #A338FA;
}
</style>