Shades of Blue Violet #AB3AFF
Tints of Blue Violet #AB3AFF
RGB
CMYK
RGB Variations
Color information
#AB3AFF (or 0xAB3AFF) is known color: Blue Violet. HEX triplet: AB, 3A and FF. RGB value is (171,58,255). Sum of RGB (Red+Green+Blue) = 171+58+255=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3AFF is #54C500. Grayscale: #717171. Windows color (decimal): -5555457 or 16726699. OLE color: 16726699.
HSL color Cylindrical-coordinate representation of color #AB3AFF: hue angle of 274.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3AFF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 58 | 255 | - |
| CMYK | 0.33 | 0.77 | 0 | 0 |
| HSL | 274.42º | 1% | 0.61% | - |
| HSV(B) | 274.42º | 0.77% | 1% | - |
| XYZ | 36.36 | 18.9 | 96.34 | - |
| YUV | 114.25 | 207.44 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 255 | 0.33 | 0.77 | 0 | 0 | 274.42 | 1 | 0.61 |
| Hex | AB | 3A | FF | 21 | 4D | 0 | 0 | 112 | 64 | 3D |
| Octal | 253 | 72 | 377 | 41 | 115 | 0 | 0 | 422 | 144 | 75 |
| Binary | 10101011 | 111010 | 11111111 | 100001 | 1001101 | 0 | 0 | 100010010 | 1100100 | 111101 |
Color Harmonies of #AB3AFF
Complementary color
Monochromatic Colors of #AB3AFF
Black with #AB3AFF
Text Example
Text Example
White with #AB3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AFF; }
p { color: rgb(171,58,255); }
H1.HeaderClassName
{
color: #AB3AFF;
}
.AnyTagClassName
{
color: #AB3AFF;
}
</style>
background-color css
<style>
a { background-color: #AB3AFF; }
a { background-color: rgb(171,58,255); }
div.DivClassName
{
background-color: #AB3AFF;
}
.BgClassName
{
background-color: #AB3AFF;
}
</style>
border-color css
<style>
span { border-color: #AB3AFF; }
span { border-color: rgb(171,58,255); }
td.TdClassName
{
border-color: #AB3AFF;
}
.TagClassName
{
border-color: #AB3AFF;
}
</style>