Shades of Blue Violet #AB3CFD
Tints of Blue Violet #AB3CFD
RGB
CMYK
RGB Variations
Color information
#AB3CFD (or 0xAB3CFD) is known color: Blue Violet. HEX triplet: AB, 3C and FD. RGB value is (171,60,253). Sum of RGB (Red+Green+Blue) = 171+60+253=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB3CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CFD is #54C302. Grayscale: #727272. Windows color (decimal): -5554947 or 16596139. OLE color: 16596139.
HSL color Cylindrical-coordinate representation of color #AB3CFD: hue angle of 274.51º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB3CFD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 60 | 253 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.01 |
| HSL | 274.51º | 0.98% | 0.61% | - |
| HSV(B) | 274.51º | 0.76% | 0.99% | - |
| XYZ | 36.14 | 18.98 | 94.69 | - |
| YUV | 115.19 | 205.77 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 253 | 0.32 | 0.76 | 0 | 0.01 | 274.51 | 0.98 | 0.61 |
| Hex | AB | 3C | FD | 20 | 4C | 0 | 1 | 113 | 62 | 3D |
| Octal | 253 | 74 | 375 | 40 | 114 | 0 | 1 | 423 | 142 | 75 |
| Binary | 10101011 | 111100 | 11111101 | 100000 | 1001100 | 0 | 1 | 100010011 | 1100010 | 111101 |
Color Harmonies of #AB3CFD
Complementary color
Monochromatic Colors of #AB3CFD
Black with #AB3CFD
Text Example
Text Example
White with #AB3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CFD; }
p { color: rgb(171,60,253); }
H1.HeaderClassName
{
color: #AB3CFD;
}
.AnyTagClassName
{
color: #AB3CFD;
}
</style>
background-color css
<style>
a { background-color: #AB3CFD; }
a { background-color: rgb(171,60,253); }
div.DivClassName
{
background-color: #AB3CFD;
}
.BgClassName
{
background-color: #AB3CFD;
}
</style>
border-color css
<style>
span { border-color: #AB3CFD; }
span { border-color: rgb(171,60,253); }
td.TdClassName
{
border-color: #AB3CFD;
}
.TagClassName
{
border-color: #AB3CFD;
}
</style>