Shades of Blue Violet #AB32F7
Tints of Blue Violet #AB32F7
RGB
CMYK
RGB Variations
Color information
#AB32F7 (or 0xAB32F7) is known color: Blue Violet. HEX triplet: AB, 32 and F7. RGB value is (171,50,247). Sum of RGB (Red+Green+Blue) = 171+50+247=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB32F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB32F7 is #54CD08. Grayscale: #6B6B6B. Windows color (decimal): -5557513 or 16200363. OLE color: 16200363.
HSL color Cylindrical-coordinate representation of color #AB32F7: hue angle of 276.85º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB32F7 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 50 | 247 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.03 |
| HSL | 276.85º | 0.92% | 0.58% | - |
| HSV(B) | 276.85º | 0.8% | 0.97% | - |
| XYZ | 34.72 | 17.65 | 89.57 | - |
| YUV | 108.64 | 206.09 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 247 | 0.31 | 0.80 | 0 | 0.03 | 276.85 | 0.92 | 0.58 |
| Hex | AB | 32 | F7 | 1F | 50 | 0 | 3 | 115 | 5C | 3A |
| Octal | 253 | 62 | 367 | 37 | 120 | 0 | 3 | 425 | 134 | 72 |
| Binary | 10101011 | 110010 | 11110111 | 11111 | 1010000 | 0 | 11 | 100010101 | 1011100 | 111010 |
Color Harmonies of #AB32F7
Complementary color
Monochromatic Colors of #AB32F7
Black with #AB32F7
Text Example
Text Example
White with #AB32F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32F7; }
p { color: rgb(171,50,247); }
H1.HeaderClassName
{
color: #AB32F7;
}
.AnyTagClassName
{
color: #AB32F7;
}
</style>
background-color css
<style>
a { background-color: #AB32F7; }
a { background-color: rgb(171,50,247); }
div.DivClassName
{
background-color: #AB32F7;
}
.BgClassName
{
background-color: #AB32F7;
}
</style>
border-color css
<style>
span { border-color: #AB32F7; }
span { border-color: rgb(171,50,247); }
td.TdClassName
{
border-color: #AB32F7;
}
.TagClassName
{
border-color: #AB32F7;
}
</style>