Shades of Blue Violet #A834FE
Tints of Blue Violet #A834FE
RGB
CMYK
RGB Variations
Color information
#A834FE (or 0xA834FE) is known color: Blue Violet. HEX triplet: A8, 34 and FE. RGB value is (168,52,254). Sum of RGB (Red+Green+Blue) = 168+52+254=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #A834FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834FE is #57CB01. Grayscale: #6D6D6D. Windows color (decimal): -5753602 or 16659624. OLE color: 16659624.
HSL color Cylindrical-coordinate representation of color #A834FE: hue angle of 274.46º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A834FE is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 52 | 254 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.00 |
| HSL | 274.46º | 0.99% | 0.6% | - |
| HSV(B) | 274.46º | 0.8% | 1% | - |
| XYZ | 35.27 | 17.94 | 95.37 | - |
| YUV | 109.71 | 209.43 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 254 | 0.34 | 0.80 | 0 | 0.00 | 274.46 | 0.99 | 0.6 |
| Hex | A8 | 34 | FE | 22 | 50 | 0 | 0 | 112 | 63 | 3C |
| Octal | 250 | 64 | 376 | 42 | 120 | 0 | 0 | 422 | 143 | 74 |
| Binary | 10101000 | 110100 | 11111110 | 100010 | 1010000 | 0 | 0 | 100010010 | 1100011 | 111100 |
Color Harmonies of #A834FE
Complementary color
Monochromatic Colors of #A834FE
Black with #A834FE
Text Example
Text Example
White with #A834FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834FE; }
p { color: rgb(168,52,254); }
H1.HeaderClassName
{
color: #A834FE;
}
.AnyTagClassName
{
color: #A834FE;
}
</style>
background-color css
<style>
a { background-color: #A834FE; }
a { background-color: rgb(168,52,254); }
div.DivClassName
{
background-color: #A834FE;
}
.BgClassName
{
background-color: #A834FE;
}
</style>
border-color css
<style>
span { border-color: #A834FE; }
span { border-color: rgb(168,52,254); }
td.TdClassName
{
border-color: #A834FE;
}
.TagClassName
{
border-color: #A834FE;
}
</style>