Shades of Violet Blue #AB3CA4
Tints of Violet Blue #AB3CA4
RGB
CMYK
RGB Variations
Color information
#AB3CA4 (or 0xAB3CA4) is known color: Violet Blue. HEX triplet: AB, 3C and A4. RGB value is (171,60,164). Sum of RGB (Red+Green+Blue) = 171+60+164=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CA4 is #54C35B. Grayscale: #686868. Windows color (decimal): -5555036 or 10763435. OLE color: 10763435.
HSL color Cylindrical-coordinate representation of color #AB3CA4: hue angle of 303.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3CA4 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 164 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.33 |
| HSL | 303.78º | 0.48% | 0.45% | - |
| HSV(B) | 303.78º | 0.65% | 0.67% | - |
| XYZ | 25.11 | 14.57 | 36.61 | - |
| YUV | 105.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 164 | 0 | 0.65 | 0.04 | 0.33 | 303.78 | 0.48 | 0.45 |
| Hex | AB | 3C | A4 | 0 | 41 | 4 | 21 | 130 | 30 | 2D |
| Octal | 253 | 74 | 244 | 0 | 101 | 4 | 41 | 460 | 60 | 55 |
| Binary | 10101011 | 111100 | 10100100 | 0 | 1000001 | 100 | 100001 | 100110000 | 110000 | 101101 |
Color Harmonies of #AB3CA4
Complementary color
Monochromatic Colors of #AB3CA4
Black with #AB3CA4
Text Example
Text Example
White with #AB3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3CA4; }
p { color: rgb(171,60,164); }
H1.HeaderClassName
{
color: #AB3CA4;
}
.AnyTagClassName
{
color: #AB3CA4;
}
</style>
background-color css
<style>
a { background-color: #AB3CA4; }
a { background-color: rgb(171,60,164); }
div.DivClassName
{
background-color: #AB3CA4;
}
.BgClassName
{
background-color: #AB3CA4;
}
</style>
border-color css
<style>
span { border-color: #AB3CA4; }
span { border-color: rgb(171,60,164); }
td.TdClassName
{
border-color: #AB3CA4;
}
.TagClassName
{
border-color: #AB3CA4;
}
</style>