Shades of Violet Blue #A450AF
Tints of Violet Blue #A450AF
RGB
CMYK
RGB Variations
Color information
#A450AF (or 0xA450AF) is known color: Violet Blue. HEX triplet: A4, 50 and AF. RGB value is (164,80,175). Sum of RGB (Red+Green+Blue) = 164+80+175=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A450AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450AF is #5BAF50. Grayscale: #737373. Windows color (decimal): -6008657 or 11489444. OLE color: 11489444.
HSL color Cylindrical-coordinate representation of color #A450AF: hue angle of 293.05º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A450AF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 80 | 175 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.31 |
| HSL | 293.05º | 0.37% | 0.5% | - |
| HSV(B) | 293.05º | 0.54% | 0.69% | - |
| XYZ | 25.92 | 16.72 | 42.42 | - |
| YUV | 115.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 175 | 0.06 | 0.54 | 0 | 0.31 | 293.05 | 0.37 | 0.5 |
| Hex | A4 | 50 | AF | 6 | 36 | 0 | 1F | 125 | 25 | 32 |
| Octal | 244 | 120 | 257 | 6 | 66 | 0 | 37 | 445 | 45 | 62 |
| Binary | 10100100 | 1010000 | 10101111 | 110 | 110110 | 0 | 11111 | 100100101 | 100101 | 110010 |
Color Harmonies of #A450AF
Complementary color
Monochromatic Colors of #A450AF
Black with #A450AF
Text Example
Text Example
White with #A450AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450AF; }
p { color: rgb(164,80,175); }
H1.HeaderClassName
{
color: #A450AF;
}
.AnyTagClassName
{
color: #A450AF;
}
</style>
background-color css
<style>
a { background-color: #A450AF; }
a { background-color: rgb(164,80,175); }
div.DivClassName
{
background-color: #A450AF;
}
.BgClassName
{
background-color: #A450AF;
}
</style>
border-color css
<style>
span { border-color: #A450AF; }
span { border-color: rgb(164,80,175); }
td.TdClassName
{
border-color: #A450AF;
}
.TagClassName
{
border-color: #A450AF;
}
</style>