Shades of Blue Violet #AB42FF
Tints of Blue Violet #AB42FF
RGB
CMYK
RGB Variations
Color information
#AB42FF (or 0xAB42FF) is known color: Blue Violet. HEX triplet: AB, 42 and FF. RGB value is (171,66,255). Sum of RGB (Red+Green+Blue) = 171+66+255=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB42FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42FF is #54BD00. Grayscale: #767676. Windows color (decimal): -5553409 or 16728747. OLE color: 16728747.
HSL color Cylindrical-coordinate representation of color #AB42FF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB42FF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 66 | 255 | - |
| CMYK | 0.33 | 0.74 | 0 | 0 |
| HSL | 273.33º | 1% | 0.63% | - |
| HSV(B) | 273.33º | 0.74% | 1% | - |
| XYZ | 36.79 | 19.77 | 96.49 | - |
| YUV | 118.94 | 204.79 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 255 | 0.33 | 0.74 | 0 | 0 | 273.33 | 1 | 0.63 |
| Hex | AB | 42 | FF | 21 | 4A | 0 | 0 | 111 | 64 | 3F |
| Octal | 253 | 102 | 377 | 41 | 112 | 0 | 0 | 421 | 144 | 77 |
| Binary | 10101011 | 1000010 | 11111111 | 100001 | 1001010 | 0 | 0 | 100010001 | 1100100 | 111111 |
Color Harmonies of #AB42FF
Complementary color
Monochromatic Colors of #AB42FF
Black with #AB42FF
Text Example
Text Example
White with #AB42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42FF; }
p { color: rgb(171,66,255); }
H1.HeaderClassName
{
color: #AB42FF;
}
.AnyTagClassName
{
color: #AB42FF;
}
</style>
background-color css
<style>
a { background-color: #AB42FF; }
a { background-color: rgb(171,66,255); }
div.DivClassName
{
background-color: #AB42FF;
}
.BgClassName
{
background-color: #AB42FF;
}
</style>
border-color css
<style>
span { border-color: #AB42FF; }
span { border-color: rgb(171,66,255); }
td.TdClassName
{
border-color: #AB42FF;
}
.TagClassName
{
border-color: #AB42FF;
}
</style>