Shades of Blue Violet #AB34FF
Tints of Blue Violet #AB34FF
RGB
CMYK
RGB Variations
Color information
#AB34FF (or 0xAB34FF) is known color: Blue Violet. HEX triplet: AB, 34 and FF. RGB value is (171,52,255). Sum of RGB (Red+Green+Blue) = 171+52+255=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB34FF is #54CB00. Grayscale: #6E6E6E. Windows color (decimal): -5556993 or 16725163. OLE color: 16725163.
HSL color Cylindrical-coordinate representation of color #AB34FF: hue angle of 275.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB34FF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 52 | 255 | - |
| CMYK | 0.33 | 0.80 | 0 | 0 |
| HSL | 275.17º | 1% | 0.6% | - |
| HSV(B) | 275.17º | 0.8% | 1% | - |
| XYZ | 36.07 | 18.33 | 96.25 | - |
| YUV | 110.72 | 209.42 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 255 | 0.33 | 0.80 | 0 | 0 | 275.17 | 1 | 0.6 |
| Hex | AB | 34 | FF | 21 | 50 | 0 | 0 | 113 | 64 | 3C |
| Octal | 253 | 64 | 377 | 41 | 120 | 0 | 0 | 423 | 144 | 74 |
| Binary | 10101011 | 110100 | 11111111 | 100001 | 1010000 | 0 | 0 | 100010011 | 1100100 | 111100 |
Color Harmonies of #AB34FF
Complementary color
Monochromatic Colors of #AB34FF
Black with #AB34FF
Text Example
Text Example
White with #AB34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34FF; }
p { color: rgb(171,52,255); }
H1.HeaderClassName
{
color: #AB34FF;
}
.AnyTagClassName
{
color: #AB34FF;
}
</style>
background-color css
<style>
a { background-color: #AB34FF; }
a { background-color: rgb(171,52,255); }
div.DivClassName
{
background-color: #AB34FF;
}
.BgClassName
{
background-color: #AB34FF;
}
</style>
border-color css
<style>
span { border-color: #AB34FF; }
span { border-color: rgb(171,52,255); }
td.TdClassName
{
border-color: #AB34FF;
}
.TagClassName
{
border-color: #AB34FF;
}
</style>