Shades of Violet Blue #A26CA2
Tints of Violet Blue #A26CA2
RGB
CMYK
RGB Variations
Color information
#A26CA2 (or 0xA26CA2) is known color: Violet Blue. HEX triplet: A2, 6C and A2. RGB value is (162,108,162). Sum of RGB (Red+Green+Blue) = 162+108+162=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A26CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26CA2 is #5D935D. Grayscale: #828282. Windows color (decimal): -6132574 or 10644642. OLE color: 10644642.
HSL color Cylindrical-coordinate representation of color #A26CA2: hue angle of 300º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26CA2 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 108 | 162 | - |
CMYK | 0 | 0.33 | 0 | 0.36 |
HSL | 300º | 0.23% | 0.53% | - |
HSV(B) | 300º | 0.33% | 0.64% | - |
XYZ | 26.78 | 21.02 | 36.83 | - |
YUV | 130.3 | 145.89 | 150.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 108 | 162 | 0 | 0.33 | 0 | 0.36 | 300 | 0.23 | 0.53 |
Hex | A2 | 6C | A2 | 0 | 21 | 0 | 24 | 12C | 16 | 35 |
Octal | 242 | 154 | 242 | 0 | 41 | 0 | 44 | 454 | 26 | 65 |
Binary | 10100010 | 1101100 | 10100010 | 0 | 100001 | 0 | 100100 | 100101100 | 10110 | 110101 |
Color Harmonies of #A26CA2
Complementary color
Monochromatic Colors of #A26CA2
Black with #A26CA2
Text Example
Text Example
White with #A26CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CA2; }
p { color: rgb(162,108,162); }
H1.HeaderClassName
{
color: #A26CA2;
}
.AnyTagClassName
{
color: #A26CA2;
}
</style>
background-color css
<style>
a { background-color: #A26CA2; }
a { background-color: rgb(162,108,162); }
div.DivClassName
{
background-color: #A26CA2;
}
.BgClassName
{
background-color: #A26CA2;
}
</style>
border-color css
<style>
span { border-color: #A26CA2; }
span { border-color: rgb(162,108,162); }
td.TdClassName
{
border-color: #A26CA2;
}
.TagClassName
{
border-color: #A26CA2;
}
</style>