Shades of Blue Violet #A738ED
Tints of Blue Violet #A738ED
RGB
CMYK
RGB Variations
Color information
#A738ED (or 0xA738ED) is known color: Blue Violet. HEX triplet: A7, 38 and ED. RGB value is (167,56,237). Sum of RGB (Red+Green+Blue) = 167+56+237=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A738ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A738ED is #58C712. Grayscale: #6D6D6D. Windows color (decimal): -5818131 or 15546535. OLE color: 15546535.
HSL color Cylindrical-coordinate representation of color #A738ED: hue angle of 276.8º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A738ED is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 56 | 237 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.07 |
| HSL | 276.8º | 0.83% | 0.57% | - |
| HSV(B) | 276.8º | 0.76% | 0.93% | - |
| XYZ | 32.64 | 17.16 | 81.71 | - |
| YUV | 109.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 237 | 0.30 | 0.76 | 0 | 0.07 | 276.8 | 0.83 | 0.57 |
| Hex | A7 | 38 | ED | 1E | 4C | 0 | 7 | 115 | 53 | 39 |
| Octal | 247 | 70 | 355 | 36 | 114 | 0 | 7 | 425 | 123 | 71 |
| Binary | 10100111 | 111000 | 11101101 | 11110 | 1001100 | 0 | 111 | 100010101 | 1010011 | 111001 |
Color Harmonies of #A738ED
Complementary color
Monochromatic Colors of #A738ED
Black with #A738ED
Text Example
Text Example
White with #A738ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A738ED; }
p { color: rgb(167,56,237); }
H1.HeaderClassName
{
color: #A738ED;
}
.AnyTagClassName
{
color: #A738ED;
}
</style>
background-color css
<style>
a { background-color: #A738ED; }
a { background-color: rgb(167,56,237); }
div.DivClassName
{
background-color: #A738ED;
}
.BgClassName
{
background-color: #A738ED;
}
</style>
border-color css
<style>
span { border-color: #A738ED; }
span { border-color: rgb(167,56,237); }
td.TdClassName
{
border-color: #A738ED;
}
.TagClassName
{
border-color: #A738ED;
}
</style>