Shades of Violet Blue #A65AA4
Tints of Violet Blue #A65AA4
RGB
CMYK
RGB Variations
Color information
#A65AA4 (or 0xA65AA4) is known color: Violet Blue. HEX triplet: A6, 5A and A4. RGB value is (166,90,164). Sum of RGB (Red+Green+Blue) = 166+90+164=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A65AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65AA4 is #59A55B. Grayscale: #787878. Windows color (decimal): -5875036 or 10771110. OLE color: 10771110.
HSL color Cylindrical-coordinate representation of color #A65AA4: hue angle of 301.58º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65AA4 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 164 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.35 |
| HSL | 301.58º | 0.3% | 0.5% | - |
| HSV(B) | 301.58º | 0.46% | 0.65% | - |
| XYZ | 26.08 | 18.1 | 37.24 | - |
| YUV | 121.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 164 | 0 | 0.46 | 0.01 | 0.35 | 301.58 | 0.3 | 0.5 |
| Hex | A6 | 5A | A4 | 0 | 2E | 1 | 23 | 12E | 1E | 32 |
| Octal | 246 | 132 | 244 | 0 | 56 | 1 | 43 | 456 | 36 | 62 |
| Binary | 10100110 | 1011010 | 10100100 | 0 | 101110 | 1 | 100011 | 100101110 | 11110 | 110010 |
Color Harmonies of #A65AA4
Complementary color
Monochromatic Colors of #A65AA4
Black with #A65AA4
Text Example
Text Example
White with #A65AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AA4; }
p { color: rgb(166,90,164); }
H1.HeaderClassName
{
color: #A65AA4;
}
.AnyTagClassName
{
color: #A65AA4;
}
</style>
background-color css
<style>
a { background-color: #A65AA4; }
a { background-color: rgb(166,90,164); }
div.DivClassName
{
background-color: #A65AA4;
}
.BgClassName
{
background-color: #A65AA4;
}
</style>
border-color css
<style>
span { border-color: #A65AA4; }
span { border-color: rgb(166,90,164); }
td.TdClassName
{
border-color: #A65AA4;
}
.TagClassName
{
border-color: #A65AA4;
}
</style>