Shades of Blue Violet #A834FA
Tints of Blue Violet #A834FA
RGB
CMYK
RGB Variations
Color information
#A834FA (or 0xA834FA) is known color: Blue Violet. HEX triplet: A8, 34 and FA. RGB value is (168,52,250). Sum of RGB (Red+Green+Blue) = 168+52+250=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #A834FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834FA is #57CB05. Grayscale: #6C6C6C. Windows color (decimal): -5753606 or 16397480. OLE color: 16397480.
HSL color Cylindrical-coordinate representation of color #A834FA: hue angle of 275.15º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A834FA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 52 | 250 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.02 |
| HSL | 275.15º | 0.95% | 0.59% | - |
| HSV(B) | 275.15º | 0.79% | 0.98% | - |
| XYZ | 34.63 | 17.68 | 92.03 | - |
| YUV | 109.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 250 | 0.33 | 0.79 | 0 | 0.02 | 275.15 | 0.95 | 0.59 |
| Hex | A8 | 34 | FA | 21 | 4F | 0 | 2 | 113 | 5F | 3B |
| Octal | 250 | 64 | 372 | 41 | 117 | 0 | 2 | 423 | 137 | 73 |
| Binary | 10101000 | 110100 | 11111010 | 100001 | 1001111 | 0 | 10 | 100010011 | 1011111 | 111011 |
Color Harmonies of #A834FA
Complementary color
Monochromatic Colors of #A834FA
Black with #A834FA
Text Example
Text Example
White with #A834FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834FA; }
p { color: rgb(168,52,250); }
H1.HeaderClassName
{
color: #A834FA;
}
.AnyTagClassName
{
color: #A834FA;
}
</style>
background-color css
<style>
a { background-color: #A834FA; }
a { background-color: rgb(168,52,250); }
div.DivClassName
{
background-color: #A834FA;
}
.BgClassName
{
background-color: #A834FA;
}
</style>
border-color css
<style>
span { border-color: #A834FA; }
span { border-color: rgb(168,52,250); }
td.TdClassName
{
border-color: #A834FA;
}
.TagClassName
{
border-color: #A834FA;
}
</style>