Shades of Violet Blue #A450A7
Tints of Violet Blue #A450A7
RGB
CMYK
RGB Variations
Color information
#A450A7 (or 0xA450A7) is known color: Violet Blue. HEX triplet: A4, 50 and A7. RGB value is (164,80,167). Sum of RGB (Red+Green+Blue) = 164+80+167=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #A450A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450A7 is #5BAF58. Grayscale: #727272. Windows color (decimal): -6008665 or 10965156. OLE color: 10965156.
HSL color Cylindrical-coordinate representation of color #A450A7: hue angle of 297.93º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A450A7 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 80 | 167 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.35 |
| HSL | 297.93º | 0.35% | 0.48% | - |
| HSV(B) | 297.93º | 0.52% | 0.65% | - |
| XYZ | 25.15 | 16.42 | 38.4 | - |
| YUV | 115.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 167 | 0.02 | 0.52 | 0 | 0.35 | 297.93 | 0.35 | 0.48 |
| Hex | A4 | 50 | A7 | 2 | 34 | 0 | 23 | 12A | 23 | 30 |
| Octal | 244 | 120 | 247 | 2 | 64 | 0 | 43 | 452 | 43 | 60 |
| Binary | 10100100 | 1010000 | 10100111 | 10 | 110100 | 0 | 100011 | 100101010 | 100011 | 110000 |
Color Harmonies of #A450A7
Complementary color
Monochromatic Colors of #A450A7
Black with #A450A7
Text Example
Text Example
White with #A450A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450A7; }
p { color: rgb(164,80,167); }
H1.HeaderClassName
{
color: #A450A7;
}
.AnyTagClassName
{
color: #A450A7;
}
</style>
background-color css
<style>
a { background-color: #A450A7; }
a { background-color: rgb(164,80,167); }
div.DivClassName
{
background-color: #A450A7;
}
.BgClassName
{
background-color: #A450A7;
}
</style>
border-color css
<style>
span { border-color: #A450A7; }
span { border-color: rgb(164,80,167); }
td.TdClassName
{
border-color: #A450A7;
}
.TagClassName
{
border-color: #A450A7;
}
</style>