Shades of Violet Blue #A468AA
Tints of Violet Blue #A468AA
RGB
CMYK
RGB Variations
Color information
#A468AA (or 0xA468AA) is known color: Violet Blue. HEX triplet: A4, 68 and AA. RGB value is (164,104,170). Sum of RGB (Red+Green+Blue) = 164+104+170=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A468AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468AA is #5B9755. Grayscale: #818181. Windows color (decimal): -6002518 or 11167908. OLE color: 11167908.
HSL color Cylindrical-coordinate representation of color #A468AA: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A468AA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 104 | 170 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.33 |
| HSL | 294.55º | 0.28% | 0.54% | - |
| HSV(B) | 294.55º | 0.39% | 0.67% | - |
| XYZ | 27.52 | 20.7 | 40.57 | - |
| YUV | 129.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 170 | 0.04 | 0.39 | 0 | 0.33 | 294.55 | 0.28 | 0.54 |
| Hex | A4 | 68 | AA | 4 | 27 | 0 | 21 | 127 | 1C | 36 |
| Octal | 244 | 150 | 252 | 4 | 47 | 0 | 41 | 447 | 34 | 66 |
| Binary | 10100100 | 1101000 | 10101010 | 100 | 100111 | 0 | 100001 | 100100111 | 11100 | 110110 |
Color Harmonies of #A468AA
Complementary color
Monochromatic Colors of #A468AA
Black with #A468AA
Text Example
Text Example
White with #A468AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468AA; }
p { color: rgb(164,104,170); }
H1.HeaderClassName
{
color: #A468AA;
}
.AnyTagClassName
{
color: #A468AA;
}
</style>
background-color css
<style>
a { background-color: #A468AA; }
a { background-color: rgb(164,104,170); }
div.DivClassName
{
background-color: #A468AA;
}
.BgClassName
{
background-color: #A468AA;
}
</style>
border-color css
<style>
span { border-color: #A468AA; }
span { border-color: rgb(164,104,170); }
td.TdClassName
{
border-color: #A468AA;
}
.TagClassName
{
border-color: #A468AA;
}
</style>