Shades of Violet Blue #A440A7
Tints of Violet Blue #A440A7
RGB
CMYK
RGB Variations
Color information
#A440A7 (or 0xA440A7) is known color: Violet Blue. HEX triplet: A4, 40 and A7. RGB value is (164,64,167). Sum of RGB (Red+Green+Blue) = 164+64+167=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #A440A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440A7 is #5BBF58. Grayscale: #696969. Windows color (decimal): -6012761 or 10961060. OLE color: 10961060.
HSL color Cylindrical-coordinate representation of color #A440A7: hue angle of 298.25º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A440A7 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 64 | 167 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.35 |
| HSL | 298.25º | 0.45% | 0.45% | - |
| HSV(B) | 298.25º | 0.62% | 0.65% | - |
| XYZ | 24.12 | 14.35 | 38.06 | - |
| YUV | 105.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 167 | 0.02 | 0.62 | 0 | 0.35 | 298.25 | 0.45 | 0.45 |
| Hex | A4 | 40 | A7 | 2 | 3E | 0 | 23 | 12A | 2D | 2D |
| Octal | 244 | 100 | 247 | 2 | 76 | 0 | 43 | 452 | 55 | 55 |
| Binary | 10100100 | 1000000 | 10100111 | 10 | 111110 | 0 | 100011 | 100101010 | 101101 | 101101 |
Color Harmonies of #A440A7
Complementary color
Monochromatic Colors of #A440A7
Black with #A440A7
Text Example
Text Example
White with #A440A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440A7; }
p { color: rgb(164,64,167); }
H1.HeaderClassName
{
color: #A440A7;
}
.AnyTagClassName
{
color: #A440A7;
}
</style>
background-color css
<style>
a { background-color: #A440A7; }
a { background-color: rgb(164,64,167); }
div.DivClassName
{
background-color: #A440A7;
}
.BgClassName
{
background-color: #A440A7;
}
</style>
border-color css
<style>
span { border-color: #A440A7; }
span { border-color: rgb(164,64,167); }
td.TdClassName
{
border-color: #A440A7;
}
.TagClassName
{
border-color: #A440A7;
}
</style>