Shades of Blue Violet #A832FE
Tints of Blue Violet #A832FE
RGB
CMYK
RGB Variations
Color information
#A832FE (or 0xA832FE) is known color: Blue Violet. HEX triplet: A8, 32 and FE. RGB value is (168,50,254). Sum of RGB (Red+Green+Blue) = 168+50+254=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #A832FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A832FE is #57CD01. Grayscale: #6B6B6B. Windows color (decimal): -5754114 or 16659112. OLE color: 16659112.
HSL color Cylindrical-coordinate representation of color #A832FE: hue angle of 274.71º 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 #A832FE is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 50 | 254 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.00 |
| HSL | 274.71º | 0.99% | 0.6% | - |
| HSV(B) | 274.71º | 0.8% | 1% | - |
| XYZ | 35.18 | 17.76 | 95.34 | - |
| YUV | 108.54 | 210.09 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 254 | 0.34 | 0.80 | 0 | 0.00 | 274.71 | 0.99 | 0.6 |
| Hex | A8 | 32 | FE | 22 | 50 | 0 | 0 | 113 | 63 | 3C |
| Octal | 250 | 62 | 376 | 42 | 120 | 0 | 0 | 423 | 143 | 74 |
| Binary | 10101000 | 110010 | 11111110 | 100010 | 1010000 | 0 | 0 | 100010011 | 1100011 | 111100 |
Color Harmonies of #A832FE
Complementary color
Monochromatic Colors of #A832FE
Black with #A832FE
Text Example
Text Example
White with #A832FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832FE; }
p { color: rgb(168,50,254); }
H1.HeaderClassName
{
color: #A832FE;
}
.AnyTagClassName
{
color: #A832FE;
}
</style>
background-color css
<style>
a { background-color: #A832FE; }
a { background-color: rgb(168,50,254); }
div.DivClassName
{
background-color: #A832FE;
}
.BgClassName
{
background-color: #A832FE;
}
</style>
border-color css
<style>
span { border-color: #A832FE; }
span { border-color: rgb(168,50,254); }
td.TdClassName
{
border-color: #A832FE;
}
.TagClassName
{
border-color: #A832FE;
}
</style>