Shades of Violet Blue #A65FA5
Tints of Violet Blue #A65FA5
RGB
CMYK
RGB Variations
Color information
#A65FA5 (or 0xA65FA5) is known color: Violet Blue. HEX triplet: A6, 5F and A5. RGB value is (166,95,165). Sum of RGB (Red+Green+Blue) = 166+95+165=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A65FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA5 is #59A05A. Grayscale: #7C7C7C. Windows color (decimal): -5873755 or 10837926. OLE color: 10837926.
HSL color Cylindrical-coordinate representation of color #A65FA5: hue angle of 300.85º 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 #A65FA5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 165 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.35 |
| HSL | 300.85º | 0.29% | 0.51% | - |
| HSV(B) | 300.85º | 0.43% | 0.65% | - |
| XYZ | 26.61 | 19.01 | 37.86 | - |
| YUV | 124.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 165 | 0 | 0.43 | 0.01 | 0.35 | 300.85 | 0.29 | 0.51 |
| Hex | A6 | 5F | A5 | 0 | 2B | 1 | 23 | 12D | 1D | 33 |
| Octal | 246 | 137 | 245 | 0 | 53 | 1 | 43 | 455 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10100101 | 0 | 101011 | 1 | 100011 | 100101101 | 11101 | 110011 |
Color Harmonies of #A65FA5
Complementary color
Monochromatic Colors of #A65FA5
Black with #A65FA5
Text Example
Text Example
White with #A65FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FA5; }
p { color: rgb(166,95,165); }
H1.HeaderClassName
{
color: #A65FA5;
}
.AnyTagClassName
{
color: #A65FA5;
}
</style>
background-color css
<style>
a { background-color: #A65FA5; }
a { background-color: rgb(166,95,165); }
div.DivClassName
{
background-color: #A65FA5;
}
.BgClassName
{
background-color: #A65FA5;
}
</style>
border-color css
<style>
span { border-color: #A65FA5; }
span { border-color: rgb(166,95,165); }
td.TdClassName
{
border-color: #A65FA5;
}
.TagClassName
{
border-color: #A65FA5;
}
</style>