Shades of Blue Violet #AB2BFD
Tints of Blue Violet #AB2BFD
RGB
CMYK
RGB Variations
Color information
#AB2BFD (or 0xAB2BFD) is known color: Blue Violet. HEX triplet: AB, 2B and FD. RGB value is (171,43,253). Sum of RGB (Red+Green+Blue) = 171+43+253=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB2BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BFD is #54D402. Grayscale: #686868. Windows color (decimal): -5559299 or 16591787. OLE color: 16591787.
HSL color Cylindrical-coordinate representation of color #AB2BFD: hue angle of 276.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB2BFD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 43 | 253 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.01 |
| HSL | 276.57º | 0.98% | 0.58% | - |
| HSV(B) | 276.57º | 0.83% | 0.99% | - |
| XYZ | 35.39 | 17.48 | 94.44 | - |
| YUV | 105.21 | 211.41 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 253 | 0.32 | 0.83 | 0 | 0.01 | 276.57 | 0.98 | 0.58 |
| Hex | AB | 2B | FD | 20 | 53 | 0 | 1 | 115 | 62 | 3A |
| Octal | 253 | 53 | 375 | 40 | 123 | 0 | 1 | 425 | 142 | 72 |
| Binary | 10101011 | 101011 | 11111101 | 100000 | 1010011 | 0 | 1 | 100010101 | 1100010 | 111010 |
Color Harmonies of #AB2BFD
Complementary color
Monochromatic Colors of #AB2BFD
Black with #AB2BFD
Text Example
Text Example
White with #AB2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BFD; }
p { color: rgb(171,43,253); }
H1.HeaderClassName
{
color: #AB2BFD;
}
.AnyTagClassName
{
color: #AB2BFD;
}
</style>
background-color css
<style>
a { background-color: #AB2BFD; }
a { background-color: rgb(171,43,253); }
div.DivClassName
{
background-color: #AB2BFD;
}
.BgClassName
{
background-color: #AB2BFD;
}
</style>
border-color css
<style>
span { border-color: #AB2BFD; }
span { border-color: rgb(171,43,253); }
td.TdClassName
{
border-color: #AB2BFD;
}
.TagClassName
{
border-color: #AB2BFD;
}
</style>