Shades of Violet Blue #A468A0
Tints of Violet Blue #A468A0
RGB
CMYK
RGB Variations
Color information
#A468A0 (or 0xA468A0) is known color: Violet Blue. HEX triplet: A4, 68 and A0. RGB value is (164,104,160). Sum of RGB (Red+Green+Blue) = 164+104+160=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A468A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468A0 is #5B975F. Grayscale: #808080. Windows color (decimal): -6002528 or 10512548. OLE color: 10512548.
HSL color Cylindrical-coordinate representation of color #A468A0: hue angle of 304º 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 #A468A0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 160 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.36 |
| HSL | 304º | 0.25% | 0.53% | - |
| HSV(B) | 304º | 0.37% | 0.64% | - |
| XYZ | 26.61 | 20.33 | 35.78 | - |
| YUV | 128.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 160 | 0 | 0.37 | 0.02 | 0.36 | 304 | 0.25 | 0.53 |
| Hex | A4 | 68 | A0 | 0 | 25 | 2 | 24 | 130 | 19 | 35 |
| Octal | 244 | 150 | 240 | 0 | 45 | 2 | 44 | 460 | 31 | 65 |
| Binary | 10100100 | 1101000 | 10100000 | 0 | 100101 | 10 | 100100 | 100110000 | 11001 | 110101 |
Color Harmonies of #A468A0
Complementary color
Monochromatic Colors of #A468A0
Black with #A468A0
Text Example
Text Example
White with #A468A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468A0; }
p { color: rgb(164,104,160); }
H1.HeaderClassName
{
color: #A468A0;
}
.AnyTagClassName
{
color: #A468A0;
}
</style>
background-color css
<style>
a { background-color: #A468A0; }
a { background-color: rgb(164,104,160); }
div.DivClassName
{
background-color: #A468A0;
}
.BgClassName
{
background-color: #A468A0;
}
</style>
border-color css
<style>
span { border-color: #A468A0; }
span { border-color: rgb(164,104,160); }
td.TdClassName
{
border-color: #A468A0;
}
.TagClassName
{
border-color: #A468A0;
}
</style>