Shades of Violet Blue #A363A6
Tints of Violet Blue #A363A6
RGB
CMYK
RGB Variations
Color information
#A363A6 (or 0xA363A6) is known color: Violet Blue. HEX triplet: A3, 63 and A6. RGB value is (163,99,166). Sum of RGB (Red+Green+Blue) = 163+99+166=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 166 - color contains mainly: blue. Hex color #A363A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363A6 is #5C9C59. Grayscale: #7D7D7D. Windows color (decimal): -6069338 or 10904483. OLE color: 10904483.
HSL color Cylindrical-coordinate representation of color #A363A6: hue angle of 297.31º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A363A6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 99 | 166 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.35 |
| HSL | 297.31º | 0.27% | 0.52% | - |
| HSV(B) | 297.31º | 0.4% | 0.65% | - |
| XYZ | 26.45 | 19.46 | 38.44 | - |
| YUV | 125.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 166 | 0.02 | 0.40 | 0 | 0.35 | 297.31 | 0.27 | 0.52 |
| Hex | A3 | 63 | A6 | 2 | 28 | 0 | 23 | 129 | 1B | 34 |
| Octal | 243 | 143 | 246 | 2 | 50 | 0 | 43 | 451 | 33 | 64 |
| Binary | 10100011 | 1100011 | 10100110 | 10 | 101000 | 0 | 100011 | 100101001 | 11011 | 110100 |
Color Harmonies of #A363A6
Complementary color
Monochromatic Colors of #A363A6
Black with #A363A6
Text Example
Text Example
White with #A363A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363A6; }
p { color: rgb(163,99,166); }
H1.HeaderClassName
{
color: #A363A6;
}
.AnyTagClassName
{
color: #A363A6;
}
</style>
background-color css
<style>
a { background-color: #A363A6; }
a { background-color: rgb(163,99,166); }
div.DivClassName
{
background-color: #A363A6;
}
.BgClassName
{
background-color: #A363A6;
}
</style>
border-color css
<style>
span { border-color: #A363A6; }
span { border-color: rgb(163,99,166); }
td.TdClassName
{
border-color: #A363A6;
}
.TagClassName
{
border-color: #A363A6;
}
</style>