Shades of Blue Violet #A938FF
Tints of Blue Violet #A938FF
RGB
CMYK
RGB Variations
Color information
#A938FF (or 0xA938FF) is known color: Blue Violet. HEX triplet: A9, 38 and FF. RGB value is (169,56,255). Sum of RGB (Red+Green+Blue) = 169+56+255=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #A938FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A938FF is #56C700. Grayscale: #6F6F6F. Windows color (decimal): -5687041 or 16726185. OLE color: 16726185.
HSL color Cylindrical-coordinate representation of color #A938FF: hue angle of 274.07º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A938FF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 56 | 255 | - |
| CMYK | 0.34 | 0.78 | 0 | 0 |
| HSL | 274.07º | 1% | 0.61% | - |
| HSV(B) | 274.07º | 0.78% | 1% | - |
| XYZ | 35.83 | 18.48 | 96.29 | - |
| YUV | 112.47 | 208.44 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 255 | 0.34 | 0.78 | 0 | 0 | 274.07 | 1 | 0.61 |
| Hex | A9 | 38 | FF | 22 | 4E | 0 | 0 | 112 | 64 | 3D |
| Octal | 251 | 70 | 377 | 42 | 116 | 0 | 0 | 422 | 144 | 75 |
| Binary | 10101001 | 111000 | 11111111 | 100010 | 1001110 | 0 | 0 | 100010010 | 1100100 | 111101 |
Color Harmonies of #A938FF
Complementary color
Monochromatic Colors of #A938FF
Black with #A938FF
Text Example
Text Example
White with #A938FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A938FF; }
p { color: rgb(169,56,255); }
H1.HeaderClassName
{
color: #A938FF;
}
.AnyTagClassName
{
color: #A938FF;
}
</style>
background-color css
<style>
a { background-color: #A938FF; }
a { background-color: rgb(169,56,255); }
div.DivClassName
{
background-color: #A938FF;
}
.BgClassName
{
background-color: #A938FF;
}
</style>
border-color css
<style>
span { border-color: #A938FF; }
span { border-color: rgb(169,56,255); }
td.TdClassName
{
border-color: #A938FF;
}
.TagClassName
{
border-color: #A938FF;
}
</style>