Shades of Blue Violet #A832FA
Tints of Blue Violet #A832FA
RGB
CMYK
RGB Variations
Color information
#A832FA (or 0xA832FA) is known color: Blue Violet. HEX triplet: A8, 32 and FA. RGB value is (168,50,250). Sum of RGB (Red+Green+Blue) = 168+50+250=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #A832FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A832FA is #57CD05. Grayscale: #6B6B6B. Windows color (decimal): -5754118 or 16396968. OLE color: 16396968.
HSL color Cylindrical-coordinate representation of color #A832FA: hue angle of 275.4º 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 #A832FA is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 50 | 250 | - |
| CMYK | 0.33 | 0.8 | 0 | 0.02 |
| HSL | 275.4º | 0.95% | 0.59% | - |
| HSV(B) | 275.4º | 0.8% | 0.98% | - |
| XYZ | 34.54 | 17.51 | 92 | - |
| YUV | 108.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 250 | 0.33 | 0.8 | 0 | 0.02 | 275.4 | 0.95 | 0.59 |
| Hex | A8 | 32 | FA | 21 | 50 | 0 | 2 | 113 | 5F | 3B |
| Octal | 250 | 62 | 372 | 41 | 120 | 0 | 2 | 423 | 137 | 73 |
| Binary | 10101000 | 110010 | 11111010 | 100001 | 1010000 | 0 | 10 | 100010011 | 1011111 | 111011 |
Color Harmonies of #A832FA
Complementary color
Monochromatic Colors of #A832FA
Black with #A832FA
Text Example
Text Example
White with #A832FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832FA; }
p { color: rgb(168,50,250); }
H1.HeaderClassName
{
color: #A832FA;
}
.AnyTagClassName
{
color: #A832FA;
}
</style>
background-color css
<style>
a { background-color: #A832FA; }
a { background-color: rgb(168,50,250); }
div.DivClassName
{
background-color: #A832FA;
}
.BgClassName
{
background-color: #A832FA;
}
</style>
border-color css
<style>
span { border-color: #A832FA; }
span { border-color: rgb(168,50,250); }
td.TdClassName
{
border-color: #A832FA;
}
.TagClassName
{
border-color: #A832FA;
}
</style>