Shades of Violet Blue #A26BA4
Tints of Violet Blue #A26BA4
RGB
CMYK
RGB Variations
Color information
#A26BA4 (or 0xA26BA4) is known color: Violet Blue. HEX triplet: A2, 6B and A4. RGB value is (162,107,164). Sum of RGB (Red+Green+Blue) = 162+107+164=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #A26BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26BA4 is #5D945B. Grayscale: #818181. Windows color (decimal): -6132828 or 10775458. OLE color: 10775458.
HSL color Cylindrical-coordinate representation of color #A26BA4: hue angle of 297.89º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26BA4 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 164 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.36 |
| HSL | 297.89º | 0.24% | 0.53% | - |
| HSV(B) | 297.89º | 0.35% | 0.64% | - |
| XYZ | 26.86 | 20.88 | 37.74 | - |
| YUV | 129.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 164 | 0.01 | 0.35 | 0 | 0.36 | 297.89 | 0.24 | 0.53 |
| Hex | A2 | 6B | A4 | 1 | 23 | 0 | 24 | 12A | 18 | 35 |
| Octal | 242 | 153 | 244 | 1 | 43 | 0 | 44 | 452 | 30 | 65 |
| Binary | 10100010 | 1101011 | 10100100 | 1 | 100011 | 0 | 100100 | 100101010 | 11000 | 110101 |
Color Harmonies of #A26BA4
Complementary color
Monochromatic Colors of #A26BA4
Black with #A26BA4
Text Example
Text Example
White with #A26BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BA4; }
p { color: rgb(162,107,164); }
H1.HeaderClassName
{
color: #A26BA4;
}
.AnyTagClassName
{
color: #A26BA4;
}
</style>
background-color css
<style>
a { background-color: #A26BA4; }
a { background-color: rgb(162,107,164); }
div.DivClassName
{
background-color: #A26BA4;
}
.BgClassName
{
background-color: #A26BA4;
}
</style>
border-color css
<style>
span { border-color: #A26BA4; }
span { border-color: rgb(162,107,164); }
td.TdClassName
{
border-color: #A26BA4;
}
.TagClassName
{
border-color: #A26BA4;
}
</style>