Shades of Violet Blue #AB6CAA
Tints of Violet Blue #AB6CAA
RGB
CMYK
RGB Variations
Color information
#AB6CAA (or 0xAB6CAA) is known color: Violet Blue. HEX triplet: AB, 6C and AA. RGB value is (171,108,170). Sum of RGB (Red+Green+Blue) = 171+108+170=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAA is #549355. Grayscale: #858585. Windows color (decimal): -5542742 or 11168939. OLE color: 11168939.
HSL color Cylindrical-coordinate representation of color #AB6CAA: hue angle of 300.95º 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 #AB6CAA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 170 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.33 |
| HSL | 300.95º | 0.27% | 0.55% | - |
| HSV(B) | 300.95º | 0.37% | 0.67% | - |
| XYZ | 29.41 | 22.29 | 40.78 | - |
| YUV | 133.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 170 | 0 | 0.37 | 0.01 | 0.33 | 300.95 | 0.27 | 0.55 |
| Hex | AB | 6C | AA | 0 | 25 | 1 | 21 | 12D | 1B | 37 |
| Octal | 253 | 154 | 252 | 0 | 45 | 1 | 41 | 455 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10101010 | 0 | 100101 | 1 | 100001 | 100101101 | 11011 | 110111 |
Color Harmonies of #AB6CAA
Complementary color
Monochromatic Colors of #AB6CAA
Black with #AB6CAA
Text Example
Text Example
White with #AB6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CAA; }
p { color: rgb(171,108,170); }
H1.HeaderClassName
{
color: #AB6CAA;
}
.AnyTagClassName
{
color: #AB6CAA;
}
</style>
background-color css
<style>
a { background-color: #AB6CAA; }
a { background-color: rgb(171,108,170); }
div.DivClassName
{
background-color: #AB6CAA;
}
.BgClassName
{
background-color: #AB6CAA;
}
</style>
border-color css
<style>
span { border-color: #AB6CAA; }
span { border-color: rgb(171,108,170); }
td.TdClassName
{
border-color: #AB6CAA;
}
.TagClassName
{
border-color: #AB6CAA;
}
</style>