Shades of Violet Blue #A467A1
Tints of Violet Blue #A467A1
RGB
CMYK
RGB Variations
Color information
#A467A1 (or 0xA467A1) is known color: Violet Blue. HEX triplet: A4, 67 and A1. RGB value is (164,103,161). Sum of RGB (Red+Green+Blue) = 164+103+161=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A467A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A467A1 is #5B985E. Grayscale: #7F7F7F. Windows color (decimal): -6002783 or 10577828. OLE color: 10577828.
HSL color Cylindrical-coordinate representation of color #A467A1: hue angle of 302.95º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A467A1 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 161 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.36 |
| HSL | 302.95º | 0.25% | 0.52% | - |
| HSV(B) | 302.95º | 0.37% | 0.64% | - |
| XYZ | 26.59 | 20.17 | 36.21 | - |
| YUV | 127.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 161 | 0 | 0.37 | 0.02 | 0.36 | 302.95 | 0.25 | 0.52 |
| Hex | A4 | 67 | A1 | 0 | 25 | 2 | 24 | 12F | 19 | 34 |
| Octal | 244 | 147 | 241 | 0 | 45 | 2 | 44 | 457 | 31 | 64 |
| Binary | 10100100 | 1100111 | 10100001 | 0 | 100101 | 10 | 100100 | 100101111 | 11001 | 110100 |
Color Harmonies of #A467A1
Complementary color
Monochromatic Colors of #A467A1
Black with #A467A1
Text Example
Text Example
White with #A467A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A467A1; }
p { color: rgb(164,103,161); }
H1.HeaderClassName
{
color: #A467A1;
}
.AnyTagClassName
{
color: #A467A1;
}
</style>
background-color css
<style>
a { background-color: #A467A1; }
a { background-color: rgb(164,103,161); }
div.DivClassName
{
background-color: #A467A1;
}
.BgClassName
{
background-color: #A467A1;
}
</style>
border-color css
<style>
span { border-color: #A467A1; }
span { border-color: rgb(164,103,161); }
td.TdClassName
{
border-color: #A467A1;
}
.TagClassName
{
border-color: #A467A1;
}
</style>