Shades of Violet Blue #A65DAD
Tints of Violet Blue #A65DAD
RGB
CMYK
RGB Variations
Color information
#A65DAD (or 0xA65DAD) is known color: Violet Blue. HEX triplet: A6, 5D and AD. RGB value is (166,93,173). Sum of RGB (Red+Green+Blue) = 166+93+173=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A65DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DAD is #59A252. Grayscale: #7B7B7B. Windows color (decimal): -5874259 or 11361702. OLE color: 11361702.
HSL color Cylindrical-coordinate representation of color #A65DAD: hue angle of 294.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65DAD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 93 | 173 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.32 |
| HSL | 294.75º | 0.33% | 0.52% | - |
| HSV(B) | 294.75º | 0.46% | 0.68% | - |
| XYZ | 27.18 | 18.95 | 41.76 | - |
| YUV | 123.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 173 | 0.04 | 0.46 | 0 | 0.32 | 294.75 | 0.33 | 0.52 |
| Hex | A6 | 5D | AD | 4 | 2E | 0 | 20 | 127 | 21 | 34 |
| Octal | 246 | 135 | 255 | 4 | 56 | 0 | 40 | 447 | 41 | 64 |
| Binary | 10100110 | 1011101 | 10101101 | 100 | 101110 | 0 | 100000 | 100100111 | 100001 | 110100 |
Color Harmonies of #A65DAD
Complementary color
Monochromatic Colors of #A65DAD
Black with #A65DAD
Text Example
Text Example
White with #A65DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DAD; }
p { color: rgb(166,93,173); }
H1.HeaderClassName
{
color: #A65DAD;
}
.AnyTagClassName
{
color: #A65DAD;
}
</style>
background-color css
<style>
a { background-color: #A65DAD; }
a { background-color: rgb(166,93,173); }
div.DivClassName
{
background-color: #A65DAD;
}
.BgClassName
{
background-color: #A65DAD;
}
</style>
border-color css
<style>
span { border-color: #A65DAD; }
span { border-color: rgb(166,93,173); }
td.TdClassName
{
border-color: #A65DAD;
}
.TagClassName
{
border-color: #A65DAD;
}
</style>