Shades of Violet Blue #A63AA4
Tints of Violet Blue #A63AA4
RGB
CMYK
RGB Variations
Color information
#A63AA4 (or 0xA63AA4) is known color: Violet Blue. HEX triplet: A6, 3A and A4. RGB value is (166,58,164). Sum of RGB (Red+Green+Blue) = 166+58+164=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A63AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AA4 is #59C55B. Grayscale: #666666. Windows color (decimal): -5883228 or 10762918. OLE color: 10762918.
HSL color Cylindrical-coordinate representation of color #A63AA4: hue angle of 301.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63AA4 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 164 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.35 |
| HSL | 301.11º | 0.48% | 0.44% | - |
| HSV(B) | 301.11º | 0.65% | 0.65% | - |
| XYZ | 23.94 | 13.81 | 36.53 | - |
| YUV | 102.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 164 | 0 | 0.65 | 0.01 | 0.35 | 301.11 | 0.48 | 0.44 |
| Hex | A6 | 3A | A4 | 0 | 41 | 1 | 23 | 12D | 30 | 2C |
| Octal | 246 | 72 | 244 | 0 | 101 | 1 | 43 | 455 | 60 | 54 |
| Binary | 10100110 | 111010 | 10100100 | 0 | 1000001 | 1 | 100011 | 100101101 | 110000 | 101100 |
Color Harmonies of #A63AA4
Complementary color
Monochromatic Colors of #A63AA4
Black with #A63AA4
Text Example
Text Example
White with #A63AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AA4; }
p { color: rgb(166,58,164); }
H1.HeaderClassName
{
color: #A63AA4;
}
.AnyTagClassName
{
color: #A63AA4;
}
</style>
background-color css
<style>
a { background-color: #A63AA4; }
a { background-color: rgb(166,58,164); }
div.DivClassName
{
background-color: #A63AA4;
}
.BgClassName
{
background-color: #A63AA4;
}
</style>
border-color css
<style>
span { border-color: #A63AA4; }
span { border-color: rgb(166,58,164); }
td.TdClassName
{
border-color: #A63AA4;
}
.TagClassName
{
border-color: #A63AA4;
}
</style>