Shades of Blue Violet #AB3CF2
Tints of Blue Violet #AB3CF2
RGB
CMYK
RGB Variations
Color information
#AB3CF2 (or 0xAB3CF2) is known color: Blue Violet. HEX triplet: AB, 3C and F2. RGB value is (171,60,242). Sum of RGB (Red+Green+Blue) = 171+60+242=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB3CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CF2 is #54C30D. Grayscale: #717171. Windows color (decimal): -5554958 or 15875243. OLE color: 15875243.
HSL color Cylindrical-coordinate representation of color #AB3CF2: hue angle of 276.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3CF2 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 60 | 242 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.05 |
| HSL | 276.59º | 0.88% | 0.59% | - |
| HSV(B) | 276.59º | 0.75% | 0.95% | - |
| XYZ | 34.44 | 18.3 | 85.72 | - |
| YUV | 113.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 242 | 0.29 | 0.75 | 0 | 0.05 | 276.59 | 0.88 | 0.59 |
| Hex | AB | 3C | F2 | 1D | 4B | 0 | 5 | 115 | 58 | 3B |
| Octal | 253 | 74 | 362 | 35 | 113 | 0 | 5 | 425 | 130 | 73 |
| Binary | 10101011 | 111100 | 11110010 | 11101 | 1001011 | 0 | 101 | 100010101 | 1011000 | 111011 |
Color Harmonies of #AB3CF2
Complementary color
Monochromatic Colors of #AB3CF2
Black with #AB3CF2
Text Example
Text Example
White with #AB3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CF2; }
p { color: rgb(171,60,242); }
H1.HeaderClassName
{
color: #AB3CF2;
}
.AnyTagClassName
{
color: #AB3CF2;
}
</style>
background-color css
<style>
a { background-color: #AB3CF2; }
a { background-color: rgb(171,60,242); }
div.DivClassName
{
background-color: #AB3CF2;
}
.BgClassName
{
background-color: #AB3CF2;
}
</style>
border-color css
<style>
span { border-color: #AB3CF2; }
span { border-color: rgb(171,60,242); }
td.TdClassName
{
border-color: #AB3CF2;
}
.TagClassName
{
border-color: #AB3CF2;
}
</style>