Shades of Violet Blue #AB3FA2
Tints of Violet Blue #AB3FA2
RGB
CMYK
RGB Variations
Color information
#AB3FA2 (or 0xAB3FA2) is known color: Violet Blue. HEX triplet: AB, 3F and A2. RGB value is (171,63,162). Sum of RGB (Red+Green+Blue) = 171+63+162=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3FA2 is #54C05D. Grayscale: #6A6A6A. Windows color (decimal): -5554270 or 10633131. OLE color: 10633131.
HSL color Cylindrical-coordinate representation of color #AB3FA2: hue angle of 305º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3FA2 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 162 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.33 |
| HSL | 305º | 0.46% | 0.46% | - |
| HSV(B) | 305º | 0.63% | 0.67% | - |
| XYZ | 25.09 | 14.82 | 35.72 | - |
| YUV | 106.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 162 | 0 | 0.63 | 0.05 | 0.33 | 305 | 0.46 | 0.46 |
| Hex | AB | 3F | A2 | 0 | 3F | 5 | 21 | 131 | 2E | 2E |
| Octal | 253 | 77 | 242 | 0 | 77 | 5 | 41 | 461 | 56 | 56 |
| Binary | 10101011 | 111111 | 10100010 | 0 | 111111 | 101 | 100001 | 100110001 | 101110 | 101110 |
Color Harmonies of #AB3FA2
Complementary color
Monochromatic Colors of #AB3FA2
Black with #AB3FA2
Text Example
Text Example
White with #AB3FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FA2; }
p { color: rgb(171,63,162); }
H1.HeaderClassName
{
color: #AB3FA2;
}
.AnyTagClassName
{
color: #AB3FA2;
}
</style>
background-color css
<style>
a { background-color: #AB3FA2; }
a { background-color: rgb(171,63,162); }
div.DivClassName
{
background-color: #AB3FA2;
}
.BgClassName
{
background-color: #AB3FA2;
}
</style>
border-color css
<style>
span { border-color: #AB3FA2; }
span { border-color: rgb(171,63,162); }
td.TdClassName
{
border-color: #AB3FA2;
}
.TagClassName
{
border-color: #AB3FA2;
}
</style>