Shades of Blue Violet #A735F8
Tints of Blue Violet #A735F8
RGB
CMYK
RGB Variations
Color information
#A735F8 (or 0xA735F8) is known color: Blue Violet. HEX triplet: A7, 35 and F8. RGB value is (167,53,248). Sum of RGB (Red+Green+Blue) = 167+53+248=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #A735F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A735F8 is #58CA07. Grayscale: #6C6C6C. Windows color (decimal): -5818888 or 16266663. OLE color: 16266663.
HSL color Cylindrical-coordinate representation of color #A735F8: hue angle of 275.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A735F8 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 53 | 248 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.03 |
| HSL | 275.08º | 0.93% | 0.59% | - |
| HSV(B) | 275.08º | 0.79% | 0.97% | - |
| XYZ | 34.15 | 17.54 | 90.39 | - |
| YUV | 109.32 | 206.27 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 248 | 0.33 | 0.79 | 0 | 0.03 | 275.08 | 0.93 | 0.59 |
| Hex | A7 | 35 | F8 | 21 | 4F | 0 | 3 | 113 | 5D | 3B |
| Octal | 247 | 65 | 370 | 41 | 117 | 0 | 3 | 423 | 135 | 73 |
| Binary | 10100111 | 110101 | 11111000 | 100001 | 1001111 | 0 | 11 | 100010011 | 1011101 | 111011 |
Color Harmonies of #A735F8
Complementary color
Monochromatic Colors of #A735F8
Black with #A735F8
Text Example
Text Example
White with #A735F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A735F8; }
p { color: rgb(167,53,248); }
H1.HeaderClassName
{
color: #A735F8;
}
.AnyTagClassName
{
color: #A735F8;
}
</style>
background-color css
<style>
a { background-color: #A735F8; }
a { background-color: rgb(167,53,248); }
div.DivClassName
{
background-color: #A735F8;
}
.BgClassName
{
background-color: #A735F8;
}
</style>
border-color css
<style>
span { border-color: #A735F8; }
span { border-color: rgb(167,53,248); }
td.TdClassName
{
border-color: #A735F8;
}
.TagClassName
{
border-color: #A735F8;
}
</style>