Shades of Blue Violet #AB3CFF
Tints of Blue Violet #AB3CFF
RGB
CMYK
RGB Variations
Color information
#AB3CFF (or 0xAB3CFF) is known color: Blue Violet. HEX triplet: AB, 3C and FF. RGB value is (171,60,255). Sum of RGB (Red+Green+Blue) = 171+60+255=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CFF is #54C300. Grayscale: #727272. Windows color (decimal): -5554945 or 16727211. OLE color: 16727211.
HSL color Cylindrical-coordinate representation of color #AB3CFF: hue angle of 274.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB3CFF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 60 | 255 | - |
| CMYK | 0.33 | 0.76 | 0 | 0 |
| HSL | 274.15º | 1% | 0.62% | - |
| HSV(B) | 274.15º | 0.76% | 1% | - |
| XYZ | 36.46 | 19.11 | 96.37 | - |
| YUV | 115.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 255 | 0.33 | 0.76 | 0 | 0 | 274.15 | 1 | 0.62 |
| Hex | AB | 3C | FF | 21 | 4C | 0 | 0 | 112 | 64 | 3E |
| Octal | 253 | 74 | 377 | 41 | 114 | 0 | 0 | 422 | 144 | 76 |
| Binary | 10101011 | 111100 | 11111111 | 100001 | 1001100 | 0 | 0 | 100010010 | 1100100 | 111110 |
Color Harmonies of #AB3CFF
Complementary color
Monochromatic Colors of #AB3CFF
Black with #AB3CFF
Text Example
Text Example
White with #AB3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CFF; }
p { color: rgb(171,60,255); }
H1.HeaderClassName
{
color: #AB3CFF;
}
.AnyTagClassName
{
color: #AB3CFF;
}
</style>
background-color css
<style>
a { background-color: #AB3CFF; }
a { background-color: rgb(171,60,255); }
div.DivClassName
{
background-color: #AB3CFF;
}
.BgClassName
{
background-color: #AB3CFF;
}
</style>
border-color css
<style>
span { border-color: #AB3CFF; }
span { border-color: rgb(171,60,255); }
td.TdClassName
{
border-color: #AB3CFF;
}
.TagClassName
{
border-color: #AB3CFF;
}
</style>