Shades of Violet Blue #A4469C
Tints of Violet Blue #A4469C
RGB
CMYK
RGB Variations
Color information
#A4469C (or 0xA4469C) is known color: Violet Blue. HEX triplet: A4, 46 and 9C. RGB value is (164,70,156). Sum of RGB (Red+Green+Blue) = 164+70+156=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4469C is #5BB963. Grayscale: #6B6B6B. Windows color (decimal): -6011236 or 10241700. OLE color: 10241700.
HSL color Cylindrical-coordinate representation of color #A4469C: hue angle of 305.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4469C is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 156 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.36 |
| HSL | 305.11º | 0.4% | 0.46% | - |
| HSV(B) | 305.11º | 0.57% | 0.64% | - |
| XYZ | 23.5 | 14.67 | 33.05 | - |
| YUV | 107.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 156 | 0 | 0.57 | 0.05 | 0.36 | 305.11 | 0.4 | 0.46 |
| Hex | A4 | 46 | 9C | 0 | 39 | 5 | 24 | 131 | 28 | 2E |
| Octal | 244 | 106 | 234 | 0 | 71 | 5 | 44 | 461 | 50 | 56 |
| Binary | 10100100 | 1000110 | 10011100 | 0 | 111001 | 101 | 100100 | 100110001 | 101000 | 101110 |
Color Harmonies of #A4469C
Complementary color
Monochromatic Colors of #A4469C
Black with #A4469C
Text Example
Text Example
White with #A4469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4469C; }
p { color: rgb(164,70,156); }
H1.HeaderClassName
{
color: #A4469C;
}
.AnyTagClassName
{
color: #A4469C;
}
</style>
background-color css
<style>
a { background-color: #A4469C; }
a { background-color: rgb(164,70,156); }
div.DivClassName
{
background-color: #A4469C;
}
.BgClassName
{
background-color: #A4469C;
}
</style>
border-color css
<style>
span { border-color: #A4469C; }
span { border-color: rgb(164,70,156); }
td.TdClassName
{
border-color: #A4469C;
}
.TagClassName
{
border-color: #A4469C;
}
</style>