Shades of Violet Blue #A65DA8
Tints of Violet Blue #A65DA8
RGB
CMYK
RGB Variations
Color information
#A65DA8 (or 0xA65DA8) is known color: Violet Blue. HEX triplet: A6, 5D and A8. RGB value is (166,93,168). Sum of RGB (Red+Green+Blue) = 166+93+168=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 168 - color contains mainly: blue. Hex color #A65DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DA8 is #59A257. Grayscale: #7B7B7B. Windows color (decimal): -5874264 or 11034022. OLE color: 11034022.
HSL color Cylindrical-coordinate representation of color #A65DA8: hue angle of 298.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65DA8 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 93 | 168 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.34 |
| HSL | 298.4º | 0.3% | 0.51% | - |
| HSV(B) | 298.4º | 0.45% | 0.66% | - |
| XYZ | 26.71 | 18.76 | 39.26 | - |
| YUV | 123.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 168 | 0.01 | 0.45 | 0 | 0.34 | 298.4 | 0.3 | 0.51 |
| Hex | A6 | 5D | A8 | 1 | 2D | 0 | 22 | 12A | 1E | 33 |
| Octal | 246 | 135 | 250 | 1 | 55 | 0 | 42 | 452 | 36 | 63 |
| Binary | 10100110 | 1011101 | 10101000 | 1 | 101101 | 0 | 100010 | 100101010 | 11110 | 110011 |
Color Harmonies of #A65DA8
Complementary color
Monochromatic Colors of #A65DA8
Black with #A65DA8
Text Example
Text Example
White with #A65DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DA8; }
p { color: rgb(166,93,168); }
H1.HeaderClassName
{
color: #A65DA8;
}
.AnyTagClassName
{
color: #A65DA8;
}
</style>
background-color css
<style>
a { background-color: #A65DA8; }
a { background-color: rgb(166,93,168); }
div.DivClassName
{
background-color: #A65DA8;
}
.BgClassName
{
background-color: #A65DA8;
}
</style>
border-color css
<style>
span { border-color: #A65DA8; }
span { border-color: rgb(166,93,168); }
td.TdClassName
{
border-color: #A65DA8;
}
.TagClassName
{
border-color: #A65DA8;
}
</style>