Shades of Violet Blue #AB6CA2
Tints of Violet Blue #AB6CA2
RGB
CMYK
RGB Variations
Color information
#AB6CA2 (or 0xAB6CA2) is known color: Violet Blue. HEX triplet: AB, 6C and A2. RGB value is (171,108,162). Sum of RGB (Red+Green+Blue) = 171+108+162=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CA2 is #54935D. Grayscale: #848484. Windows color (decimal): -5542750 or 10644651. OLE color: 10644651.
HSL color Cylindrical-coordinate representation of color #AB6CA2: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6CA2 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 162 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.33 |
| HSL | 308.57º | 0.27% | 0.55% | - |
| HSV(B) | 308.57º | 0.37% | 0.67% | - |
| XYZ | 28.68 | 21.99 | 36.92 | - |
| YUV | 132.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 162 | 0 | 0.37 | 0.05 | 0.33 | 308.57 | 0.27 | 0.55 |
| Hex | AB | 6C | A2 | 0 | 25 | 5 | 21 | 135 | 1B | 37 |
| Octal | 253 | 154 | 242 | 0 | 45 | 5 | 41 | 465 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10100010 | 0 | 100101 | 101 | 100001 | 100110101 | 11011 | 110111 |
Color Harmonies of #AB6CA2
Complementary color
Monochromatic Colors of #AB6CA2
Black with #AB6CA2
Text Example
Text Example
White with #AB6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CA2; }
p { color: rgb(171,108,162); }
H1.HeaderClassName
{
color: #AB6CA2;
}
.AnyTagClassName
{
color: #AB6CA2;
}
</style>
background-color css
<style>
a { background-color: #AB6CA2; }
a { background-color: rgb(171,108,162); }
div.DivClassName
{
background-color: #AB6CA2;
}
.BgClassName
{
background-color: #AB6CA2;
}
</style>
border-color css
<style>
span { border-color: #AB6CA2; }
span { border-color: rgb(171,108,162); }
td.TdClassName
{
border-color: #AB6CA2;
}
.TagClassName
{
border-color: #AB6CA2;
}
</style>