Shades of Blue Violet #A735F6
Tints of Blue Violet #A735F6
RGB
CMYK
RGB Variations
Color information
#A735F6 (or 0xA735F6) is known color: Blue Violet. HEX triplet: A7, 35 and F6. RGB value is (167,53,246). Sum of RGB (Red+Green+Blue) = 167+53+246=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #A735F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A735F6 is #58CA09. Grayscale: #6C6C6C. Windows color (decimal): -5818890 or 16135591. OLE color: 16135591.
HSL color Cylindrical-coordinate representation of color #A735F6: hue angle of 275.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A735F6 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 53 | 246 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.04 |
| HSL | 275.44º | 0.91% | 0.59% | - |
| HSV(B) | 275.44º | 0.78% | 0.96% | - |
| XYZ | 33.84 | 17.42 | 88.77 | - |
| YUV | 109.09 | 205.27 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 246 | 0.32 | 0.78 | 0 | 0.04 | 275.44 | 0.91 | 0.59 |
| Hex | A7 | 35 | F6 | 20 | 4E | 0 | 4 | 113 | 5B | 3B |
| Octal | 247 | 65 | 366 | 40 | 116 | 0 | 4 | 423 | 133 | 73 |
| Binary | 10100111 | 110101 | 11110110 | 100000 | 1001110 | 0 | 100 | 100010011 | 1011011 | 111011 |
Color Harmonies of #A735F6
Complementary color
Monochromatic Colors of #A735F6
Black with #A735F6
Text Example
Text Example
White with #A735F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A735F6; }
p { color: rgb(167,53,246); }
H1.HeaderClassName
{
color: #A735F6;
}
.AnyTagClassName
{
color: #A735F6;
}
</style>
background-color css
<style>
a { background-color: #A735F6; }
a { background-color: rgb(167,53,246); }
div.DivClassName
{
background-color: #A735F6;
}
.BgClassName
{
background-color: #A735F6;
}
</style>
border-color css
<style>
span { border-color: #A735F6; }
span { border-color: rgb(167,53,246); }
td.TdClassName
{
border-color: #A735F6;
}
.TagClassName
{
border-color: #A735F6;
}
</style>