Shades of Blue Violet #A738FF
Tints of Blue Violet #A738FF
RGB
CMYK
RGB Variations
Color information
#A738FF (or 0xA738FF) is known color: Blue Violet. HEX triplet: A7, 38 and FF. RGB value is (167,56,255). Sum of RGB (Red+Green+Blue) = 167+56+255=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #A738FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A738FF is #58C700. Grayscale: #6F6F6F. Windows color (decimal): -5818113 or 16726183. OLE color: 16726183.
HSL color Cylindrical-coordinate representation of color #A738FF: hue angle of 273.47º 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 #A738FF is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 56 | 255 | - |
| CMYK | 0.35 | 0.78 | 0 | 0 |
| HSL | 273.47º | 1% | 0.61% | - |
| HSV(B) | 273.47º | 0.78% | 1% | - |
| XYZ | 35.4 | 18.26 | 96.27 | - |
| YUV | 111.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 255 | 0.35 | 0.78 | 0 | 0 | 273.47 | 1 | 0.61 |
| Hex | A7 | 38 | FF | 23 | 4E | 0 | 0 | 111 | 64 | 3D |
| Octal | 247 | 70 | 377 | 43 | 116 | 0 | 0 | 421 | 144 | 75 |
| Binary | 10100111 | 111000 | 11111111 | 100011 | 1001110 | 0 | 0 | 100010001 | 1100100 | 111101 |
Color Harmonies of #A738FF
Complementary color
Monochromatic Colors of #A738FF
Black with #A738FF
Text Example
Text Example
White with #A738FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A738FF; }
p { color: rgb(167,56,255); }
H1.HeaderClassName
{
color: #A738FF;
}
.AnyTagClassName
{
color: #A738FF;
}
</style>
background-color css
<style>
a { background-color: #A738FF; }
a { background-color: rgb(167,56,255); }
div.DivClassName
{
background-color: #A738FF;
}
.BgClassName
{
background-color: #A738FF;
}
</style>
border-color css
<style>
span { border-color: #A738FF; }
span { border-color: rgb(167,56,255); }
td.TdClassName
{
border-color: #A738FF;
}
.TagClassName
{
border-color: #A738FF;
}
</style>