Shades of Violet Blue #A468A1
Tints of Violet Blue #A468A1
RGB
CMYK
RGB Variations
Color information
#A468A1 (or 0xA468A1) is known color: Violet Blue. HEX triplet: A4, 68 and A1. RGB value is (164,104,161). Sum of RGB (Red+Green+Blue) = 164+104+161=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A468A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468A1 is #5B975E. Grayscale: #808080. Windows color (decimal): -6002527 or 10578084. OLE color: 10578084.
HSL color Cylindrical-coordinate representation of color #A468A1: hue angle of 303º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A468A1 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 161 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.36 |
| HSL | 303º | 0.25% | 0.53% | - |
| HSV(B) | 303º | 0.37% | 0.64% | - |
| XYZ | 26.69 | 20.37 | 36.24 | - |
| YUV | 128.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 161 | 0 | 0.37 | 0.02 | 0.36 | 303 | 0.25 | 0.53 |
| Hex | A4 | 68 | A1 | 0 | 25 | 2 | 24 | 12F | 19 | 35 |
| Octal | 244 | 150 | 241 | 0 | 45 | 2 | 44 | 457 | 31 | 65 |
| Binary | 10100100 | 1101000 | 10100001 | 0 | 100101 | 10 | 100100 | 100101111 | 11001 | 110101 |
Color Harmonies of #A468A1
Complementary color
Monochromatic Colors of #A468A1
Black with #A468A1
Text Example
Text Example
White with #A468A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468A1; }
p { color: rgb(164,104,161); }
H1.HeaderClassName
{
color: #A468A1;
}
.AnyTagClassName
{
color: #A468A1;
}
</style>
background-color css
<style>
a { background-color: #A468A1; }
a { background-color: rgb(164,104,161); }
div.DivClassName
{
background-color: #A468A1;
}
.BgClassName
{
background-color: #A468A1;
}
</style>
border-color css
<style>
span { border-color: #A468A1; }
span { border-color: rgb(164,104,161); }
td.TdClassName
{
border-color: #A468A1;
}
.TagClassName
{
border-color: #A468A1;
}
</style>