Shades of Violet Blue #A65CA1
Tints of Violet Blue #A65CA1
RGB
CMYK
RGB Variations
Color information
#A65CA1 (or 0xA65CA1) is known color: Violet Blue. HEX triplet: A6, 5C and A1. RGB value is (166,92,161). Sum of RGB (Red+Green+Blue) = 166+92+161=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A65CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CA1 is #59A35E. Grayscale: #797979. Windows color (decimal): -5874527 or 10575014. OLE color: 10575014.
HSL color Cylindrical-coordinate representation of color #A65CA1: hue angle of 304.05º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 161 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.35 |
| HSL | 304.05º | 0.29% | 0.51% | - |
| HSV(B) | 304.05º | 0.45% | 0.65% | - |
| XYZ | 25.99 | 18.33 | 35.89 | - |
| YUV | 121.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 161 | 0 | 0.45 | 0.03 | 0.35 | 304.05 | 0.29 | 0.51 |
| Hex | A6 | 5C | A1 | 0 | 2D | 3 | 23 | 130 | 1D | 33 |
| Octal | 246 | 134 | 241 | 0 | 55 | 3 | 43 | 460 | 35 | 63 |
| Binary | 10100110 | 1011100 | 10100001 | 0 | 101101 | 11 | 100011 | 100110000 | 11101 | 110011 |
Color Harmonies of #A65CA1
Complementary color
Monochromatic Colors of #A65CA1
Black with #A65CA1
Text Example
Text Example
White with #A65CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CA1; }
p { color: rgb(166,92,161); }
H1.HeaderClassName
{
color: #A65CA1;
}
.AnyTagClassName
{
color: #A65CA1;
}
</style>
background-color css
<style>
a { background-color: #A65CA1; }
a { background-color: rgb(166,92,161); }
div.DivClassName
{
background-color: #A65CA1;
}
.BgClassName
{
background-color: #A65CA1;
}
</style>
border-color css
<style>
span { border-color: #A65CA1; }
span { border-color: rgb(166,92,161); }
td.TdClassName
{
border-color: #A65CA1;
}
.TagClassName
{
border-color: #A65CA1;
}
</style>