Shades of Violet Blue #A65AB0
Tints of Violet Blue #A65AB0
RGB
CMYK
RGB Variations
Color information
#A65AB0 (or 0xA65AB0) is known color: Violet Blue. HEX triplet: A6, 5A and B0. RGB value is (166,90,176). Sum of RGB (Red+Green+Blue) = 166+90+176=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #A65AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AB0 is #59A54F. Grayscale: #7A7A7A. Windows color (decimal): -5875024 or 11557542. OLE color: 11557542.
HSL color Cylindrical-coordinate representation of color #A65AB0: hue angle of 293.02º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65AB0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 90 | 176 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.31 |
| HSL | 293.02º | 0.35% | 0.52% | - |
| HSV(B) | 293.02º | 0.49% | 0.69% | - |
| XYZ | 27.22 | 18.55 | 43.22 | - |
| YUV | 122.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 176 | 0.06 | 0.49 | 0 | 0.31 | 293.02 | 0.35 | 0.52 |
| Hex | A6 | 5A | B0 | 6 | 31 | 0 | 1F | 125 | 23 | 34 |
| Octal | 246 | 132 | 260 | 6 | 61 | 0 | 37 | 445 | 43 | 64 |
| Binary | 10100110 | 1011010 | 10110000 | 110 | 110001 | 0 | 11111 | 100100101 | 100011 | 110100 |
Color Harmonies of #A65AB0
Complementary color
Monochromatic Colors of #A65AB0
Black with #A65AB0
Text Example
Text Example
White with #A65AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AB0; }
p { color: rgb(166,90,176); }
H1.HeaderClassName
{
color: #A65AB0;
}
.AnyTagClassName
{
color: #A65AB0;
}
</style>
background-color css
<style>
a { background-color: #A65AB0; }
a { background-color: rgb(166,90,176); }
div.DivClassName
{
background-color: #A65AB0;
}
.BgClassName
{
background-color: #A65AB0;
}
</style>
border-color css
<style>
span { border-color: #A65AB0; }
span { border-color: rgb(166,90,176); }
td.TdClassName
{
border-color: #A65AB0;
}
.TagClassName
{
border-color: #A65AB0;
}
</style>