Shades of Blue Violet #AB3AFE
Tints of Blue Violet #AB3AFE
RGB
CMYK
RGB Variations
Color information
#AB3AFE (or 0xAB3AFE) is known color: Blue Violet. HEX triplet: AB, 3A and FE. RGB value is (171,58,254). Sum of RGB (Red+Green+Blue) = 171+58+254=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB3AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3AFE is #54C501. Grayscale: #717171. Windows color (decimal): -5555458 or 16661163. OLE color: 16661163.
HSL color Cylindrical-coordinate representation of color #AB3AFE: hue angle of 274.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3AFE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 58 | 254 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.00 |
| HSL | 274.59º | 0.99% | 0.61% | - |
| HSV(B) | 274.59º | 0.77% | 1% | - |
| XYZ | 36.2 | 18.84 | 95.49 | - |
| YUV | 114.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 254 | 0.33 | 0.77 | 0 | 0.00 | 274.59 | 0.99 | 0.61 |
| Hex | AB | 3A | FE | 21 | 4D | 0 | 0 | 113 | 63 | 3D |
| Octal | 253 | 72 | 376 | 41 | 115 | 0 | 0 | 423 | 143 | 75 |
| Binary | 10101011 | 111010 | 11111110 | 100001 | 1001101 | 0 | 0 | 100010011 | 1100011 | 111101 |
Color Harmonies of #AB3AFE
Complementary color
Monochromatic Colors of #AB3AFE
Black with #AB3AFE
Text Example
Text Example
White with #AB3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AFE; }
p { color: rgb(171,58,254); }
H1.HeaderClassName
{
color: #AB3AFE;
}
.AnyTagClassName
{
color: #AB3AFE;
}
</style>
background-color css
<style>
a { background-color: #AB3AFE; }
a { background-color: rgb(171,58,254); }
div.DivClassName
{
background-color: #AB3AFE;
}
.BgClassName
{
background-color: #AB3AFE;
}
</style>
border-color css
<style>
span { border-color: #AB3AFE; }
span { border-color: rgb(171,58,254); }
td.TdClassName
{
border-color: #AB3AFE;
}
.TagClassName
{
border-color: #AB3AFE;
}
</style>