Shades of Violet Blue #A65FA3
Tints of Violet Blue #A65FA3
RGB
CMYK
RGB Variations
Color information
#A65FA3 (or 0xA65FA3) is known color: Violet Blue. HEX triplet: A6, 5F and A3. RGB value is (166,95,163). Sum of RGB (Red+Green+Blue) = 166+95+163=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A65FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA3 is #59A05C. Grayscale: #7B7B7B. Windows color (decimal): -5873757 or 10706854. OLE color: 10706854.
HSL color Cylindrical-coordinate representation of color #A65FA3: hue angle of 302.54º 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 #A65FA3 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 163 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.35 |
| HSL | 302.54º | 0.29% | 0.51% | - |
| HSV(B) | 302.54º | 0.43% | 0.65% | - |
| XYZ | 26.43 | 18.94 | 36.91 | - |
| YUV | 123.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 163 | 0 | 0.43 | 0.02 | 0.35 | 302.54 | 0.29 | 0.51 |
| Hex | A6 | 5F | A3 | 0 | 2B | 2 | 23 | 12F | 1D | 33 |
| Octal | 246 | 137 | 243 | 0 | 53 | 2 | 43 | 457 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10100011 | 0 | 101011 | 10 | 100011 | 100101111 | 11101 | 110011 |
Color Harmonies of #A65FA3
Complementary color
Monochromatic Colors of #A65FA3
Black with #A65FA3
Text Example
Text Example
White with #A65FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FA3; }
p { color: rgb(166,95,163); }
H1.HeaderClassName
{
color: #A65FA3;
}
.AnyTagClassName
{
color: #A65FA3;
}
</style>
background-color css
<style>
a { background-color: #A65FA3; }
a { background-color: rgb(166,95,163); }
div.DivClassName
{
background-color: #A65FA3;
}
.BgClassName
{
background-color: #A65FA3;
}
</style>
border-color css
<style>
span { border-color: #A65FA3; }
span { border-color: rgb(166,95,163); }
td.TdClassName
{
border-color: #A65FA3;
}
.TagClassName
{
border-color: #A65FA3;
}
</style>