Shades of Blue Violet #A732F8
Tints of Blue Violet #A732F8
RGB
CMYK
RGB Variations
Color information
#A732F8 (or 0xA732F8) is known color: Blue Violet. HEX triplet: A7, 32 and F8. RGB value is (167,50,248). Sum of RGB (Red+Green+Blue) = 167+50+248=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #A732F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A732F8 is #58CD07. Grayscale: #6A6A6A. Windows color (decimal): -5819656 or 16265895. OLE color: 16265895.
HSL color Cylindrical-coordinate representation of color #A732F8: hue angle of 275.45º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A732F8 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 50 | 248 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.03 |
| HSL | 275.45º | 0.93% | 0.58% | - |
| HSV(B) | 275.45º | 0.8% | 0.97% | - |
| XYZ | 34.02 | 17.27 | 90.35 | - |
| YUV | 107.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 248 | 0.33 | 0.80 | 0 | 0.03 | 275.45 | 0.93 | 0.58 |
| Hex | A7 | 32 | F8 | 21 | 50 | 0 | 3 | 113 | 5D | 3A |
| Octal | 247 | 62 | 370 | 41 | 120 | 0 | 3 | 423 | 135 | 72 |
| Binary | 10100111 | 110010 | 11111000 | 100001 | 1010000 | 0 | 11 | 100010011 | 1011101 | 111010 |
Color Harmonies of #A732F8
Complementary color
Monochromatic Colors of #A732F8
Black with #A732F8
Text Example
Text Example
White with #A732F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732F8; }
p { color: rgb(167,50,248); }
H1.HeaderClassName
{
color: #A732F8;
}
.AnyTagClassName
{
color: #A732F8;
}
</style>
background-color css
<style>
a { background-color: #A732F8; }
a { background-color: rgb(167,50,248); }
div.DivClassName
{
background-color: #A732F8;
}
.BgClassName
{
background-color: #A732F8;
}
</style>
border-color css
<style>
span { border-color: #A732F8; }
span { border-color: rgb(167,50,248); }
td.TdClassName
{
border-color: #A732F8;
}
.TagClassName
{
border-color: #A732F8;
}
</style>