Shades of Violet Blue #A65FA4
Tints of Violet Blue #A65FA4
RGB
CMYK
RGB Variations
Color information
#A65FA4 (or 0xA65FA4) is known color: Violet Blue. HEX triplet: A6, 5F and A4. RGB value is (166,95,164). Sum of RGB (Red+Green+Blue) = 166+95+164=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A65FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA4 is #59A05B. Grayscale: #7B7B7B. Windows color (decimal): -5873756 or 10772390. OLE color: 10772390.
HSL color Cylindrical-coordinate representation of color #A65FA4: hue angle of 301.69º 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 #A65FA4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 164 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.35 |
| HSL | 301.69º | 0.29% | 0.51% | - |
| HSV(B) | 301.69º | 0.43% | 0.65% | - |
| XYZ | 26.52 | 18.97 | 37.39 | - |
| YUV | 124.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 164 | 0 | 0.43 | 0.01 | 0.35 | 301.69 | 0.29 | 0.51 |
| Hex | A6 | 5F | A4 | 0 | 2B | 1 | 23 | 12E | 1D | 33 |
| Octal | 246 | 137 | 244 | 0 | 53 | 1 | 43 | 456 | 35 | 63 |
| Binary | 10100110 | 1011111 | 10100100 | 0 | 101011 | 1 | 100011 | 100101110 | 11101 | 110011 |
Color Harmonies of #A65FA4
Complementary color
Monochromatic Colors of #A65FA4
Black with #A65FA4
Text Example
Text Example
White with #A65FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FA4; }
p { color: rgb(166,95,164); }
H1.HeaderClassName
{
color: #A65FA4;
}
.AnyTagClassName
{
color: #A65FA4;
}
</style>
background-color css
<style>
a { background-color: #A65FA4; }
a { background-color: rgb(166,95,164); }
div.DivClassName
{
background-color: #A65FA4;
}
.BgClassName
{
background-color: #A65FA4;
}
</style>
border-color css
<style>
span { border-color: #A65FA4; }
span { border-color: rgb(166,95,164); }
td.TdClassName
{
border-color: #A65FA4;
}
.TagClassName
{
border-color: #A65FA4;
}
</style>