Shades of Violet Blue #A467A3
Tints of Violet Blue #A467A3
RGB
CMYK
RGB Variations
Color information
#A467A3 (or 0xA467A3) is known color: Violet Blue. HEX triplet: A4, 67 and A3. RGB value is (164,103,163). Sum of RGB (Red+Green+Blue) = 164+103+163=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A467A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A467A3 is #5B985C. Grayscale: #7F7F7F. Windows color (decimal): -6002781 or 10708900. OLE color: 10708900.
HSL color Cylindrical-coordinate representation of color #A467A3: hue angle of 300.98º 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 #A467A3 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 163 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.36 |
| HSL | 300.98º | 0.25% | 0.52% | - |
| HSV(B) | 300.98º | 0.37% | 0.64% | - |
| XYZ | 26.77 | 20.24 | 37.15 | - |
| YUV | 128.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 163 | 0 | 0.37 | 0.01 | 0.36 | 300.98 | 0.25 | 0.52 |
| Hex | A4 | 67 | A3 | 0 | 25 | 1 | 24 | 12D | 19 | 34 |
| Octal | 244 | 147 | 243 | 0 | 45 | 1 | 44 | 455 | 31 | 64 |
| Binary | 10100100 | 1100111 | 10100011 | 0 | 100101 | 1 | 100100 | 100101101 | 11001 | 110100 |
Color Harmonies of #A467A3
Complementary color
Monochromatic Colors of #A467A3
Black with #A467A3
Text Example
Text Example
White with #A467A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A467A3; }
p { color: rgb(164,103,163); }
H1.HeaderClassName
{
color: #A467A3;
}
.AnyTagClassName
{
color: #A467A3;
}
</style>
background-color css
<style>
a { background-color: #A467A3; }
a { background-color: rgb(164,103,163); }
div.DivClassName
{
background-color: #A467A3;
}
.BgClassName
{
background-color: #A467A3;
}
</style>
border-color css
<style>
span { border-color: #A467A3; }
span { border-color: rgb(164,103,163); }
td.TdClassName
{
border-color: #A467A3;
}
.TagClassName
{
border-color: #A467A3;
}
</style>