Shades of Blue Violet #A732FA
Tints of Blue Violet #A732FA
RGB
CMYK
RGB Variations
Color information
#A732FA (or 0xA732FA) is known color: Blue Violet. HEX triplet: A7, 32 and FA. RGB value is (167,50,250). Sum of RGB (Red+Green+Blue) = 167+50+250=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #A732FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A732FA is #58CD05. Grayscale: #6B6B6B. Windows color (decimal): -5819654 or 16396967. OLE color: 16396967.
HSL color Cylindrical-coordinate representation of color #A732FA: hue angle of 275.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A732FA is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 50 | 250 | - |
| CMYK | 0.33 | 0.8 | 0 | 0.02 |
| HSL | 275.1º | 0.95% | 0.59% | - |
| HSV(B) | 275.1º | 0.8% | 0.98% | - |
| XYZ | 34.33 | 17.4 | 91.99 | - |
| YUV | 107.78 | 208.26 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 250 | 0.33 | 0.8 | 0 | 0.02 | 275.1 | 0.95 | 0.59 |
| Hex | A7 | 32 | FA | 21 | 50 | 0 | 2 | 113 | 5F | 3B |
| Octal | 247 | 62 | 372 | 41 | 120 | 0 | 2 | 423 | 137 | 73 |
| Binary | 10100111 | 110010 | 11111010 | 100001 | 1010000 | 0 | 10 | 100010011 | 1011111 | 111011 |
Color Harmonies of #A732FA
Complementary color
Monochromatic Colors of #A732FA
Black with #A732FA
Text Example
Text Example
White with #A732FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732FA; }
p { color: rgb(167,50,250); }
H1.HeaderClassName
{
color: #A732FA;
}
.AnyTagClassName
{
color: #A732FA;
}
</style>
background-color css
<style>
a { background-color: #A732FA; }
a { background-color: rgb(167,50,250); }
div.DivClassName
{
background-color: #A732FA;
}
.BgClassName
{
background-color: #A732FA;
}
</style>
border-color css
<style>
span { border-color: #A732FA; }
span { border-color: rgb(167,50,250); }
td.TdClassName
{
border-color: #A732FA;
}
.TagClassName
{
border-color: #A732FA;
}
</style>