Shades of Violet Blue #A467AA
Tints of Violet Blue #A467AA
RGB
CMYK
RGB Variations
Color information
#A467AA (or 0xA467AA) is known color: Violet Blue. HEX triplet: A4, 67 and AA. RGB value is (164,103,170). Sum of RGB (Red+Green+Blue) = 164+103+170=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #A467AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A467AA is #5B9855. Grayscale: #808080. Windows color (decimal): -6002774 or 11167652. OLE color: 11167652.
HSL color Cylindrical-coordinate representation of color #A467AA: hue angle of 294.63º 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 #A467AA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 103 | 170 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.33 |
| HSL | 294.63º | 0.28% | 0.54% | - |
| HSV(B) | 294.63º | 0.39% | 0.67% | - |
| XYZ | 27.42 | 20.5 | 40.54 | - |
| YUV | 128.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 170 | 0.04 | 0.39 | 0 | 0.33 | 294.63 | 0.28 | 0.54 |
| Hex | A4 | 67 | AA | 4 | 27 | 0 | 21 | 127 | 1C | 36 |
| Octal | 244 | 147 | 252 | 4 | 47 | 0 | 41 | 447 | 34 | 66 |
| Binary | 10100100 | 1100111 | 10101010 | 100 | 100111 | 0 | 100001 | 100100111 | 11100 | 110110 |
Color Harmonies of #A467AA
Complementary color
Monochromatic Colors of #A467AA
Black with #A467AA
Text Example
Text Example
White with #A467AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A467AA; }
p { color: rgb(164,103,170); }
H1.HeaderClassName
{
color: #A467AA;
}
.AnyTagClassName
{
color: #A467AA;
}
</style>
background-color css
<style>
a { background-color: #A467AA; }
a { background-color: rgb(164,103,170); }
div.DivClassName
{
background-color: #A467AA;
}
.BgClassName
{
background-color: #A467AA;
}
</style>
border-color css
<style>
span { border-color: #A467AA; }
span { border-color: rgb(164,103,170); }
td.TdClassName
{
border-color: #A467AA;
}
.TagClassName
{
border-color: #A467AA;
}
</style>