Shades of Violet Blue #A65FA6
Tints of Violet Blue #A65FA6
RGB
CMYK
RGB Variations
Color information
#A65FA6 (or 0xA65FA6) is known color: Violet Blue. HEX triplet: A6, 5F and A6. RGB value is (166,95,166). Sum of RGB (Red+Green+Blue) = 166+95+166=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A65FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA6 is #59A059. Grayscale: #7C7C7C. Windows color (decimal): -5873754 or 10903462. OLE color: 10903462.
HSL color Cylindrical-coordinate representation of color #A65FA6: hue angle of 300º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65FA6 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 166 | - |
| CMYK | 0 | 0.43 | 0 | 0.35 |
| HSL | 300º | 0.29% | 0.51% | - |
| HSV(B) | 300º | 0.43% | 0.65% | - |
| XYZ | 26.7 | 19.04 | 38.35 | - |
| YUV | 124.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 166 | 0 | 0.43 | 0 | 0.35 | 300 | 0.29 | 0.51 |
| Hex | A6 | 5F | A6 | 0 | 2B | 0 | 23 | 12C | 1D | 33 |
| Octal | 246 | 137 | 246 | 0 | 53 | 0 | 43 | 454 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10100110 | 0 | 101011 | 0 | 100011 | 100101100 | 11101 | 110011 |
Color Harmonies of #A65FA6
Complementary color
Monochromatic Colors of #A65FA6
Black with #A65FA6
Text Example
Text Example
White with #A65FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FA6; }
p { color: rgb(166,95,166); }
H1.HeaderClassName
{
color: #A65FA6;
}
.AnyTagClassName
{
color: #A65FA6;
}
</style>
background-color css
<style>
a { background-color: #A65FA6; }
a { background-color: rgb(166,95,166); }
div.DivClassName
{
background-color: #A65FA6;
}
.BgClassName
{
background-color: #A65FA6;
}
</style>
border-color css
<style>
span { border-color: #A65FA6; }
span { border-color: rgb(166,95,166); }
td.TdClassName
{
border-color: #A65FA6;
}
.TagClassName
{
border-color: #A65FA6;
}
</style>