Shades of Violet Blue #A65DAB
Tints of Violet Blue #A65DAB
RGB
CMYK
RGB Variations
Color information
#A65DAB (or 0xA65DAB) is known color: Violet Blue. HEX triplet: A6, 5D and AB. RGB value is (166,93,171). Sum of RGB (Red+Green+Blue) = 166+93+171=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DAB is #59A254. Grayscale: #7B7B7B. Windows color (decimal): -5874261 or 11230630. OLE color: 11230630.
HSL color Cylindrical-coordinate representation of color #A65DAB: hue angle of 296.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65DAB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 93 | 171 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.33 |
| HSL | 296.15º | 0.32% | 0.52% | - |
| HSV(B) | 296.15º | 0.46% | 0.67% | - |
| XYZ | 26.99 | 18.88 | 40.75 | - |
| YUV | 123.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 171 | 0.03 | 0.46 | 0 | 0.33 | 296.15 | 0.32 | 0.52 |
| Hex | A6 | 5D | AB | 3 | 2E | 0 | 21 | 128 | 20 | 34 |
| Octal | 246 | 135 | 253 | 3 | 56 | 0 | 41 | 450 | 40 | 64 |
| Binary | 10100110 | 1011101 | 10101011 | 11 | 101110 | 0 | 100001 | 100101000 | 100000 | 110100 |
Color Harmonies of #A65DAB
Complementary color
Monochromatic Colors of #A65DAB
Black with #A65DAB
Text Example
Text Example
White with #A65DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DAB; }
p { color: rgb(166,93,171); }
H1.HeaderClassName
{
color: #A65DAB;
}
.AnyTagClassName
{
color: #A65DAB;
}
</style>
background-color css
<style>
a { background-color: #A65DAB; }
a { background-color: rgb(166,93,171); }
div.DivClassName
{
background-color: #A65DAB;
}
.BgClassName
{
background-color: #A65DAB;
}
</style>
border-color css
<style>
span { border-color: #A65DAB; }
span { border-color: rgb(166,93,171); }
td.TdClassName
{
border-color: #A65DAB;
}
.TagClassName
{
border-color: #A65DAB;
}
</style>