Shades of Blue Violet #AB2FFD
Tints of Blue Violet #AB2FFD
RGB
CMYK
RGB Variations
Color information
#AB2FFD (or 0xAB2FFD) is known color: Blue Violet. HEX triplet: AB, 2F and FD. RGB value is (171,47,253). Sum of RGB (Red+Green+Blue) = 171+47+253=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB2FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FFD is #54D002. Grayscale: #6A6A6A. Windows color (decimal): -5558275 or 16592811. OLE color: 16592811.
HSL color Cylindrical-coordinate representation of color #AB2FFD: hue angle of 276.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2FFD is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 47 | 253 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.01 |
| HSL | 276.12º | 0.98% | 0.59% | - |
| HSV(B) | 276.12º | 0.81% | 0.99% | - |
| XYZ | 35.54 | 17.78 | 94.49 | - |
| YUV | 107.56 | 210.08 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 253 | 0.32 | 0.81 | 0 | 0.01 | 276.12 | 0.98 | 0.59 |
| Hex | AB | 2F | FD | 20 | 51 | 0 | 1 | 114 | 62 | 3B |
| Octal | 253 | 57 | 375 | 40 | 121 | 0 | 1 | 424 | 142 | 73 |
| Binary | 10101011 | 101111 | 11111101 | 100000 | 1010001 | 0 | 1 | 100010100 | 1100010 | 111011 |
Color Harmonies of #AB2FFD
Complementary color
Monochromatic Colors of #AB2FFD
Black with #AB2FFD
Text Example
Text Example
White with #AB2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FFD; }
p { color: rgb(171,47,253); }
H1.HeaderClassName
{
color: #AB2FFD;
}
.AnyTagClassName
{
color: #AB2FFD;
}
</style>
background-color css
<style>
a { background-color: #AB2FFD; }
a { background-color: rgb(171,47,253); }
div.DivClassName
{
background-color: #AB2FFD;
}
.BgClassName
{
background-color: #AB2FFD;
}
</style>
border-color css
<style>
span { border-color: #AB2FFD; }
span { border-color: rgb(171,47,253); }
td.TdClassName
{
border-color: #AB2FFD;
}
.TagClassName
{
border-color: #AB2FFD;
}
</style>